Wednesday, July 20, 2016

Published July 20, 2016 by with 0 comment

uva 12478 solution

#include<cstdio>
using namespace std;
int main()
{
    printf("KABIR\n");
    return 0;
}
      edit

0 comments:

Post a Comment