lama_byterun/lama-compiler/regression/test004.lama

3 lines
No EOL
90 B
Text

var x = read (), y = read (), z;
z := ((x + y) + (x - y)) + ((x - y) - (x + y));
write (z)