yesno by smkt

main(){char s[999],i;gets(s);for(;s[i];i++)s[i]=='y'?puts("yes"):s[i]=='n'?puts("no"):0;}

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

download

return to the top page