提交记录 27456
用户 | 题目 | 状态 | 得分 | 用时 | 内存 | 语言 | 代码长度 |
---|---|---|---|---|---|---|---|
xhgua | 1000i. 【传统题】 A+B Problem | Compile Error | 0 | 0 ns | 0 KB | C++ | 277 B |
提交时间 | 评测时间 |
---|---|
2024-12-03 11:18:55 | 2024-12-03 11:18:57 |
#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;
}
Compilation | N/A | N/A | Compile Error | Score: N/A | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2024-12-27 05:34:52 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠