//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;
}
#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