print((!(5 - 4 > 3 * 2 == false)) as str);
halt;
function print(str string) {
nat i = 0;
while (i < string.length) {
write = string[i];
i = i + 1;
}
write = '\n';