Friday, June 1, 2018

UVA - 12478 .cpp file

#include<stdio.h>
int main()
{
    puts("KABIR");
    return 0;
}

No comments:

Post a Comment