acc/tests/input01
2023-02-07 10:32:03 +08:00

5 lines
69 B
Plaintext

{ print 12 * 3;
print 18 - 2 * 4;
print 1 + 2 + 9 - 5/2 + 3*5;
}