Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
nrcurat
a53
Dec 30th, 2019
97
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include<bits/stdc++.h>
using namespace std;
ifstream in("nrcurat.in");
ofstream out("nrcurat.out");
int main()
{
int n;
while(in>>n)
if(n%9)
out<<0<<" ";
else
out<<1<<" ";
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Dumps
CSS | 22 min ago | 0.00 KB
Harvard - Cardiff University (ITS)
XML | 1 hour ago | 9.37 KB
TABLA DEPARTAMENTO [SSMS]
MySQL | 1 hour ago | 0.89 KB
TABLA CARGO INTERNACIONAL [SSMS]
MySQL | 1 hour ago | 1.00 KB
TABLA ORDEN [SSMS]
MySQL | 1 hour ago | 2.40 KB
TABLA DETALLE ORDEN [SSMS]
MySQL | 1 hour ago | 1.40 KB
TABLA CATEGORIA [SSMS]
MySQL | 1 hour ago | 1.08 KB
TABLA PRODUCTO [SSMS]
MySQL | 1 hour ago | 2.07 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!