UVA 12478 - Hardest Problem Ever (Easy)

Problem PDF

Solution:

#include 
int main ()
{
printf("KABIR\n");
return 0;
}
https://github.com/Shipu/OnlineJudgeProblemSolutionWithCPlusPlus/tree/master/uva/12478/12478.cpp