Missing Digit by potato

#include<iostream>\x0d
main(){for(int i=0;i<100;i++)std::cout<<"1378283698492600878857811170175982288373105190734539196028721390978676558031146586053494481289062640"[i]<<"\n";}\x0d

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

download

return to the top page