lama_byterun/regression/test001.lama

3 lines
56 B
Text

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