Welcome to my archive . Hope you find it useful.
I have stored my online judge solutions of my own :)
Pages
Home
Uri
UVA
Codeforces
Tuesday, February 16, 2016
UVA 1124 - Celebrity jeopardy
#include<bits/stdc++.h>
char s[10000000];
using namespace std;
int main()
{
while(gets(s)){
puts(s);
}
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment