UVA 1124 - Celebrity jeopardy


Problem Link

Solution in c


#include<stdio.h>
int main()
{
char ch[100];
while(gets(ch))
{
puts(ch);
}
return 0;
}

No comments

Theme images by Jason Morrow. Powered by Blogger.