guess what it does extreme by smkt (embed, no discernible pattern)

main(x){int n[]={0,257,259,256,261,256,262,257,266,259,265,259,272,286,272,287,272,257,275,256,278,259,277,259,284,262,284,263,284,257,287,256,290,259,289,259,296,269,299,268,293,268,295,268,290,271,289,271,320,370,320,371,329,380,331,380,326,383,325,382,323,382,320,383,320,257,323,256,326,259,325,259,332,262,332,263,332,257,335,256,338,259,337,259,344,269,347,268,341,268,343,268,338,271,337,271,368,274,368,275,377,284,379,284,374,287,373,286,371,286,368,287,368,257,371,256,374,259,373,259,380,262,380,263,380,257,383,256,386,259,385,259,392,269,395,268,389,268,391,268,386,271,385,271,416,305,419,304,422,307,421,307,428,310,428,311,428,305,431,304,401,304,403,304,405,304,406,305,410,307,409,307,416,269,419,268,446,271,445,271,444,265,448,376,449,376,451,376,453,376,454,377,443,379,442,377,446,379,445,379,437,380,439,380,434,383,433,382,431,382,428,383,428,377,431,376,417,376,418,377,422,379,421,379,413,380,415,380,410,383,409,382,407,382,404,383,404,377,407,376,393,376,394,377,398,379,397,379,389,380,391,380,386,383,385,382,128};for(x=1;x<257;x++)printf("%d %d\n",x,n[x]);}

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

download

return to the top page