lama_byterun/regression/test001.expr
2019-09-19 18:37:08 +03:00

6 lines
67 B
Text

global x, y, z;
x := read ();
y := read ();
z := x*y*3;
write (z)