main(n,b){for(b=n=atoi(gets(b)+12);n/=2;b-=n);printf("/%d",b+24);}
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page