练习专区

今天的一小步就是明天的一大步
Problem 1698 按流程图编程
Accepted: 23   Total Submit: 38
Time Limit: 1000ms   Memory Limit: 30720KB
Description
对输入的数据按下列的流程处理:
Input
输入有若干个非负数字,当输入为0时表示结束。
Output
按流程图输出最终的结果。
Sample Input
3 5 2 67 45 78 79 0
Sample Output
共有5个数,和为232。
Hint
提交     返回