Calculator by tabasa

main(){\x0d
int i=50;\x0d
char d[5];\x0d
scanf("%s",d);\x0d
d[1]=='1'? i=2550:0;\x0d
printf("%d",i);\x0d
}

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

download

return to the top page