{ A simple test of input, output, and expressions. } var x: integer; begin read(x); write(x+2); end { That's it! }