lama_byterun/regression/test003.lama

7 lines
No EOL
76 B
Text

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