Instant sudoku maker by pooq

for(string s:stdin){for(int i;i<9;++i)ask(substr("0987654321",(int)substr(s,i,1),1));write();};

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

download

return to the top page