lama_byterun/regression/expressions/generated04083.expr

6 lines
71 B
Text
Raw Normal View History

2018-02-25 15:44:28 +03:00
skip;
x0 := read ();
x1 := read ();
y := (22+23)*(x1+42+43);
write (y)