Given two integer numbers x and y, calculate their sum and put it in z.

Examples:

Inputs x = 2, y = 4
Output z is 6
Inputs x = 1, y = -4
Output z is -3

Solution Stats

1365 Solutions

782 Solvers

Last Solution submitted on Feb 24, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...