cut string by nuko

#include<stdio.h>
main(){int n,c;scanf("%d",&n);n=(n==20)?31:59;while(n--)if((c=getc(stdin))!='\n')putchar(c);}

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

download

return to the top page