3 lines
33 B
Plaintext
3 lines
33 B
Plaintext
x = 2i64 + 2i64;
|
|
y = -x;
|
|
print y; |
x = 2i64 + 2i64;
|
|
y = -x;
|
|
print y; |