Drop first line by pikmin

#import<ios>\x0d
char a[9];int b;main(){while(gets(a))if(b)puts(a);else b=1;}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page