提交记录 12969


用户 题目 状态 得分 用时 内存 语言 代码长度
ixRic 1000i. 【传统题】 A+B Problem Accepted 100 101.36 us 36 KB C++ 179 B
提交时间 评测时间
2020-07-08 15:04:19 2020-08-01 03:02:22
#include <bits/stdc++.h>

int main() {
    int N; std::cin >> N;
    while (N--) {
        int A, B; std::cin >> A >> B;
        std::cout << A + B << '\n';
    }
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1101.36 us36 KBAcceptedScore: 100


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