main(); halt; function main() { nat i = 122; nat j = 32; print(((i - j) as str)); print("\n"); }