提交记录 27457


用户 题目 状态 得分 用时 内存 语言 代码长度
xhgua 1000i. 【传统题】 A+B Problem Accepted 100 74.5 us 68 KB C++ 277 B
提交时间 评测时间
2024-12-03 11:19:09 2024-12-03 11:19:12
#include <bits/stdc++.h>

using i64 = long long;

int T, a, b;

void solve() {
    std::cin >> a >> b;
    std::cout << a + b << "\n";
}

int main() {
    std::ios::sync_with_stdio(false);
    std::cin.tie(nullptr);

    std::cin >> T;
    while (T--) solve();

    return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #174.5 us68 KBAcceptedScore: 100


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