Problem A: Sum of three numbers

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $1287$ 正确数量 $408$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签
Giving three positive numbers A,B,C (A,B,C <= 2^30), Print the result of A+B+C
Giving three positive numbers A,B,C (A,B,C <= 2^30)
For each a,b,c Print the result of A+B+C
1 1 1
0 0 0
3
0
使用64位整数!!! C语言输入64位整数 用scanf("%lld",&x)