#include<bits/stdc++.h> int c;main(){for(std::string s;std::cin>>s;)c=s<"x"?1+c+s[1]/80:!printf("%s%sx\n",c&2?"not ":"",c&1?"n/2 ":"");}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page