lama_byterun/regression/test005.expr
2019-09-29 02:47:07 +03:00

6 lines
No EOL
101 B
Text

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