提交记录 9956


用户 题目 状态 得分 用时 内存 语言 代码长度
ThomasX 1000i. 【传统题】 A+B Problem Wrong Answer 0 40.48 us 56 KB C++11 197 B
提交时间 评测时间
2019-07-29 22:47:15 2020-08-01 01:59:32
#include <iostream>
using namespace std;
int main() {
    ios::sync_with_stdio(false);
    int n, a, b;
    while (n--) {
        cin >> a >> b;
        cout << a + b << endl;
    }
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #140.48 us56 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-03-30 10:15:00 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠