lama_byterun/regression/test001.expr
2019-09-29 02:47:07 +03:00

3 lines
58 B
Text

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