#202. 三个数的和
三个数的和
Background
Special for beginners, ^_^
Description
给你三个整数x,y,z,输出他们的和。
Format
Input
三个整数 。
Output
一个整数
Samples
1 2 3
6
Limitation
50%
100%
1s, 1024KiB for each test case.
Related
In following contests:
Special for beginners, ^_^
给你三个整数x,y,z,输出他们的和。
三个整数 x,y,z。
一个整数 x+y+z
1 2 3
6
50% 1≤x,y,z≤100
100% 1≤x,y,z≤1012
1s, 1024KiB for each test case.
In following contests: