提交记录 12970


用户 题目 状态 得分 用时 内存 语言 代码长度
ixRic 1000i. 【传统题】 A+B Problem Accepted 100 102.55 us 36 KB C++ 184 B
提交时间 评测时间
2020-07-08 15:04:52 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 << std::endl;
    }
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1102.55 us36 KBAcceptedScore: 100


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