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

5 lines
No EOL
57 B
Text

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