提交记录 28785


用户 题目 状态 得分 用时 内存 语言 代码长度
BusySheng 1000i. 【传统题】 A+B Problem Wrong Answer 0 72.96 us 36 KB C++ 189 B
提交时间 评测时间
2026-01-03 16:26:42 2026-01-03 16:26:44
#include<bits/stdc++.h>
using namespace std;

int main()
{
    for(int i=1;i<=100;i++)
    {
        int a,b;
        scanf("%d%d",&a,&b);
        printf("%d\n",a+b);
    }
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #172.96 us36 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-01-12 02:05:29 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠