lama_byterun/regression/test003.expr
2018-02-25 15:44:28 +03:00

5 lines
No EOL
65 B
Text

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