Sum of two integers X19159


Statement
 

pdf   zip

html

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.

Public test cases
  • Input

    3 4

    Output

    7
    
  • Information
    Author
    Guillem Godoy Testing
    Language
    English
    Official solutions
    C++
    User solutions