LCM of 1 to n by mazun

char s[]="\x1c,l\x12\xc6\x0c`\xc2R\x0c&w\x11D@\x0cir\x03u\"\x97\x12GqdS8\x08\x93S\x1205V\x80\x0cq(\x86RtfP\x93\x051f8AUqBr\x92\x06h5\x88a\x88X\x93\x04\x04R\x00\x19\x91\x15C$\x08u\x81\x11\x14\x99GdD\x15\x19\x13\x87\x15\x86\x91\x17\x17\x81p\x19WRVQ)\x80&@gb\x10\x09%\x14e\x87\x10\x040Q1\x07&\x86&\x81C \x01\x96`\x99t\x86'E\x93q\x8847\x05\x01T4E%#s\x97E)\x89c\x14Vt\x98!(#iV#(#y@\x11\x06\x88\x09&#\x17p\x88a\x97\x95@y\x12GuEX\x04\x93&GW7\x82\x99#5'Qyg5$\x80BF68\x05\x117\x03C1!G\x81thP\x87\x84SHVx\x02\x18\x88\x07Ss$\x99!\x99Vr\x05i2\x02\x90\x999\x08\x91ht\x87g&\x97\x95\x091`5 \x00\x0c";a;main(b){for(;a<254;)printf("%c%c",(b=s[a++]>>4&15)==12?10:b+48,(b=s[a]&15)==12?10:b+48);}

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

download

return to the top page