PROGRAMMING PROBLEMS & SOLUTIONS
Pages
HOME
URI
UVA
CODEFORCES
HACKERRANK
EXTRA
CONTACT
Saturday, April 30, 2016
UVA problem 1124 - Celebrity jeopardy
Problem link (
Click here
)
#include <cstdio>
using namespace std;
int main()
{
char a[100];
while(gets(a))
puts(a);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment