已关闭。此问题需要超过focused。当前不接受答案。
**想要改进此问题吗?**更新此问题,使其仅关注editing this post的一个问题。
3天前关闭。
Improve this question
假设我有:
11 22 33你好55 66嘿77
我怎样才能计算所有整数的和呢?
我尝试过InputMismatchException处理,但运行不完美。
已关闭。此问题需要超过focused。当前不接受答案。
**想要改进此问题吗?**更新此问题,使其仅关注editing this post的一个问题。
3天前关闭。
Improve this question
假设我有:
11 22 33你好55 66嘿77
我怎样才能计算所有整数的和呢?
我尝试过InputMismatchException处理,但运行不完美。
1条答案
按热度按时间vsikbqxv1#
使用Java Streams API,这非常简单。