Learn Teach Share
4.2.15
Uva 1124 - Celebrity jeopardy (Solution)
Nothing , Just print whatever you Scan.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
#include<stdio.h>
int main()
{
char array[20];
while(gets(array))
puts(array);
return 0;
}
1 comment:
Mehedi_shafi
00:22
I am getting wrong answer submitting this. :( any help??
Reply
Delete
Replies
Reply
Add comment
Load more...
‹
›
Home
View web version
I am getting wrong answer submitting this. :( any help??
ReplyDelete