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