2744 - DS_2023Spring_Practice Scoreboard

Time

2023/02/20 18:45:00 2023/02/20 20:30:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
13832 Simple a+b

13832 - Simple a+b   

Description

Given a, b, output a + b.

Input

-2147483647 < a, b < 2147483647

a,b ∈ N

Output

a+b

-2147483647 < a + b < 2147483647

Sample Input  Download

Sample Output  Download

Tags




Discuss