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

7 lines
No EOL
79 B
Text

global x, y;
x := read ();
y := read ();
write (x-y);
write (x/y);
write (x%y)