mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-06 14:08:15 +00:00
4 lines
73 B
Text
4 lines
73 B
Text
|
|
var x = read (), y = read ();
|
||
|
|
write (x - y);
|
||
|
|
write (x / y);
|
||
|
|
write (x % y)
|