mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-14 18:58:45 +00:00
4 lines
No EOL
73 B
Text
4 lines
No EOL
73 B
Text
var x = read (), y = read ();
|
|
write (x - y);
|
|
write (x / y);
|
|
write (x % y) |