lama_byterun/regression/expressions/generated09425.expr

6 lines
54 B
Text
Raw Normal View History

2018-02-25 18:11:52 +03:00
2018-02-25 17:39:27 +03:00
read (x0);
read (x1);
2018-02-25 15:44:28 +03:00
y := 22*23+29+x0-x1;
write (y)