提交记录 12968


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

int main() {
    int N; scanf("%d", &N);
    while (N--) {
        int A, B; scanf("%d%d", &A, &B);
        printf("%d\n", A + B);
    }
    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #172.89 us36 KBAcceptedScore: 100


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