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

3 lines
59 B
Text

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