lama_byterun/regression/test003.expr
2018-04-25 01:06:18 +03:00

5 lines
No EOL
65 B
Text

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