提交记录 9728
| 用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
|---|---|---|---|---|---|---|---|
| 18281235 | 1000. 测测你的 A+B | Compile Error | 0 | 0 ns | 0 KB | C | 305 B |
| 提交时间 | 评测时间 |
|---|---|
| 2019-07-08 14:55:53 | 2020-08-01 01:46:15 |
#include<stdio.h>
#include<math.h>
int main()
{
int a,b,i,n=0,c[100];
for(i=0;i<100;i++)
{ scanf("%d%d",&a,&b);
if(a==0&&b==0)break;
c[i]=a+b; n++;
}
for(i=0;i<n-1;i++)
{printf("%d\n",c[i]);
}
printf("%d",c[n-1]);
return 0;
}
| Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-04-03 19:48:15 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠