山东理工大学ACM平台题答案关于C语言 1015 A+B for Input-Output Practice (VI)

浏览:
字体:
发布时间:2013-12-20 16:18:34
来源:

A+B for Input-Output Practice (VI)

Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^

题目描述

Your task is to calculate the sum of some integers.

输入

Input contains multiple test cases, and one case one line. Each case starts with an integer N, and then N integers follow in the same line.

输出

For each test case you should output the sum of N integers in one line, and with one line of output for each line in input.

示例输入

4 1 2 3 45 1 2 3 4 5

示例输出

1015

提示

来源

HDOJ

#include
void main()
{
int a,i,j,m;
while(scanf("%d",&i)!=EOF)
{
j=0;
for(m=0;m{
scanf("%d",&a);
j=j+a;
}
printf("%d/n",j);
}
}
>更多相关文章
24小时热门资讯
24小时回复排行
资讯 | QQ | 安全 | 编程 | 数据库 | 系统 | 网络 | 考试 | 站长 | 关于东联 | 安全雇佣 | 搞笑视频大全 | 微信学院 | 视频课程 |
关于我们 | 联系我们 | 广告服务 | 免责申明 | 作品发布 | 网站地图 | 官方微博 | 技术培训
Copyright © 2007 - 2024 Vm888.Com. All Rights Reserved
粤公网安备 44060402001498号 粤ICP备19097316号 请遵循相关法律法规
');})();