pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
scan
2 hours ago
Helpers optimizePhp
2 hours ago
setPalindrome
2 hours ago
helpers strip
2 hours ago
struct node
2 hours ago
Helpers date
2 hours ago
map long long
2 hours ago
Helpers bytes
2 hours ago
inside
2 hours ago
IGit not found
2 hours ago
ai
#include <stdio.h>
int
main
(
void
)
{
int
i=
0
,n,a
[
30
]
;
scanf
(
"%d"
,&n
)
;
for
(
;n>
0
;n=n/
2
)
{
a
[
i
]
=n%
2
;
i=i++;
printf
(
"%d"
,a
[
i
]
)
;
}
return
0
;
}
Parsed in 0.005 seconds