Sunday, April 24, 2016

Published April 24, 2016 by with 0 comment

UVA 1124 - Celebrity jeopardy : Solution

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

0 comments:

Post a Comment