NOI Contest Archive

Archive / 2025 / Qualifier Round

sum-heh

Medium · NOI 2025 Qualifier Round

You are given two integers \(A\) and \(B\). Your task is to calculate and print the sum \(A + B\).

Input Format

The input consists of two space-separated integers \(A\) and \(B\).

Output Format

Print the sum \(A + B\).

Constraints

Sample Input 0

5 10

Sample Output 0

15