C++真是太难用了,还是Java和Python好用。

Integer Inquiry

https://www.nowcoder.com/practice/df03906024d742cc919a64c22983f5e1

//Java版代码
import java.util.Scanner;
import java.math.BigInteger;
public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        BigInteger sum = BigInteger.ZERO;
        BigInteger a;
        do {
            a = sc.nextBigInteger();
            sum = sum.add(a);
        } while (!a.equals(BigInteger.ZERO));
        System.out.println(sum);
    }
}
#Python版代码
a = int(input())
sum = a
while a:
    a = int(input())
    sum += a
print(sum)

全部评论

相关推荐

offer多多的六边形战士很无语:看了你的博客,感觉挺不错的,可以把你的访问量和粉丝数在简历里提一下,闪光点(仅个人意见)
点赞 评论 收藏
分享
11-15 17:19
湖南大学 Java
成果成果成果果:这是哪个公司的hr,这么离谱吗,我没见过用性别卡技术岗的,身边女性同学拿大厂offer的比比皆是
点赞 评论 收藏
分享
1 收藏 评论
分享
牛客网
牛客企业服务