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
使用64位整数!!! C语言输入64位整数 用scanf("%lld",&x)