Two alphabets One substitution Slashes programs Halting problem by *SORRY I NOTICED TRAILING LF ERASED*

BEGIN{FS="/"}{if($3~$2&&$4~$2){print"No";next}r=$4;for(;;){sub($2,$3,$4);if($4!~$2){print"Yes";break}if($4~r){print"No";next}}}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page