Thursday, 8 May 2014

SPOJ Problem Set (classical) 1. Life, the Universe, and Everything Problem code: TEST

//http://www.spoj.com/problems/TEST/

#include<stdio.h>
#define monu while ( scanf("%d",&sonu)!=-1 && sonu!=42 && printf("%d\n",sonu))
int main()
{
int sonu;
monu;
return 0;
}


No comments:

Post a Comment