mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 07:18:48 +00:00
6 lines
86 B
Text
6 lines
86 B
Text
var x = read (), y = read ();
|
|
write (x);
|
|
write (y);
|
|
x := y := 5;
|
|
write (x);
|
|
write (y)
|