Wednesday, October 3, 2007

expect the output..

main ()
{
int a;
for(;scanf("%d",&a);printf("%d",a))
;
}

1 comment: