lama_byterun/regression/test001.expr
2019-09-19 15:52:20 +03:00

4 lines
50 B
Text

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