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
3 hours ago
Helpers optimizePhp
3 hours ago
setPalindrome
3 hours ago
helpers strip
3 hours ago
struct node
3 hours ago
Helpers date
3 hours ago
map long long
3 hours ago
Helpers bytes
3 hours ago
inside
3 hours ago
IGit not found
3 hours ago
ab
#include <stdio.h>
int
main
(
void
)
{
int
a
[
2
]
,b
[
2
]
;
for
(
int
i=
0
; i<
2
; i++
)
{
scanf
(
"%d,%d"
, &a
[
i
]
,&b
[
i
]
)
;
printf
(
"%d,%dn"
, a
[
i
]
, b
[
i
]
)
;
}
return
0
;
}
Parsed in 0.003 seconds