lama_byterun/regression/test003.expr

5 lines
57 B
Text
Raw Normal View History

2018-02-25 17:39:27 +03:00
read (x);
read (y);
2018-02-25 15:44:28 +03:00
write (x-y);
write (x/y);
write (x%y)