lama_byterun/regression/test003.lama

7 lines
76 B
Text
Raw Permalink Normal View History

var x, y;
2018-04-25 01:06:18 +03:00
x := read ();
y := read ();
2018-02-25 15:44:28 +03:00
write (x-y);
write (x/y);
write (x%y)