lama_byterun/regression/test002.expr
2018-04-25 01:06:18 +03:00

4 lines
54 B
Text

x := read ();
y := read ();
z := y*y;
write (x+z)