lama_byterun/regression/test005.expr
2018-02-25 17:39:27 +03:00

4 lines
No EOL
77 B
Text

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