提交记录 28511


用户 题目 状态 得分 用时 内存 语言 代码长度
Suyun 1000i. 【传统题】 A+B Problem Accepted 100 65.78 us 68 KB C++17 188 B
提交时间 评测时间
2025-09-21 11:45:16 2025-09-21 11:45:17
#include <iostream>
using namespace std;

int main() { ios::sync_with_stdio(false); cin.tie(nullptr); int n; cin >> n; while (n--) {
	int a, b;
	cin >> a >> b;
	cout << a + b << '\n';
} }

CompilationN/AN/ACompile OKScore: N/A

Testcase #165.78 us68 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2025-10-26 18:12:49 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠