lama_byterun/regression/test004.expr
2018-04-25 01:06:18 +03:00

4 lines
No EOL
85 B
Text

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