Given two integer numbers x,y, write their sum.
Exam score: 2.5 Automatic part: 100%
Input
Two space-separated integer numbers x and y.
Output
The sum x+y.
The official statement of a problem is always the one in the PDF document. The HTML version of the statement is also given to help you, but may contain some content that is not well displayed. In case of doubt, always use the PDF.
3 4
7