lama_byterun/regression/expressions/generated03100.expr

6 lines
66 B
Text
Raw Normal View History

2018-02-25 15:44:28 +03:00
skip;
x0 := read ();
x1 := read ();
y := x0/(33+34-35);
write (y)