lama_byterun/regression/expressions/generated02697.lama

7 lines
76 B
Text
Raw Normal View History

var x0, x1, y;
2018-02-25 18:11:52 +03:00
2018-04-25 01:06:18 +03:00
x0 := read ();
x1 := read ();
2020-03-15 12:41:31 +03:00
y := x0-28*(34+x0);
2018-02-25 15:44:28 +03:00
write (y)