lama_byterun/regression/test004.expr
2019-09-19 18:37:08 +03:00

6 lines
No EOL
102 B
Text

global x, y, z;
x := read ();
y := read ();
z := ((x + y) + (x - y)) + ((x - y) - (x + y));
write (z)