codegamy_logo

CODELAB

1. Sum of Two Numbers

Write a program that takes two integers and returns their sum.

Input Format

Two space-separated integers a and b.

Output Format

A single integer — the sum of a and b.

Sample Input

3 5

Sample Output

8

Constraints:

  • -10^9 ≤ a, b ≤ 10^9
Python
Dark
14

Custom Input

Output

Custom Input

Output

1. Sum of Two Numbers

Write a program that takes two integers and returns their sum.

Input Format

Two space-separated integers a and b.

Output Format

A single integer — the sum of a and b.

Sample Input

3 5

Sample Output

8

Constraints:

  • -10^9 ≤ a, b ≤ 10^9
Python
Dark
14

Custom Input

Output

Custom Input

Output

2025 © CodeLab(PSTU) | All Rights Reserved.

Developed by Hasib-17❤️