int i = 122; int j = 32; //function main() { print((i - j) as str); //}