program main ( input, output ); var a: integer; begin { TEST } a := 1 + 2 + 3 - 4 * 5 / 6 end.