Walk the line by pooq

int i;string s,a;s=readline();if(s=='A')for(i=64;++i<91;a+=format("%c",i));if(s=='H owo')a="Helloworld";if(s=='qq')for(i=0;++i<22;a+='q');write(a);

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

download

return to the top page