lama_byterun/regression/test005.lama

6 lines
99 B
Text
Raw Normal View History

var x, y, z;
2018-04-25 01:06:18 +03:00
x := read ();
y := read ();
2018-02-25 15:44:28 +03:00
z := ((x + y) + (x - y)) + ((x - y) - (x / y));
write (z)