lama_byterun/lama-compiler/regression/test003.lama

4 lines
No EOL
73 B
Text

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