Toggle navigation
编绘童年
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
[
ProblemSet
Status
Ranklist
OI Ranklist
Statistics
]
Login
Problem F: 一共多少元
Problem F: 一共多少元
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
110
Solved:
81
[
Status
] [
Submit
] [Creator:
]
Description
已知聪聪有 a 块钱,灵灵有 b 块钱,豪豪有 c 块钱。
问:他们三个人一共有多少块钱?
Input
一行,三个整数,以空格分隔(1 ≤ a, b, c ≤ 100)。
Output
输出一个整数,表示三个人一共有多少块钱。
Sample Input
Copy
1 2 3
Sample Output
Copy
6