提交记录 29148


用户 题目 状态 得分 用时 内存 语言 代码长度
ACAndWA 1000i. 【传统题】 A+B Problem Accepted 100 112.73 us 36 KB C++ 162 B
提交时间 评测时间
2026-07-05 19:01:28 2026-07-05 19:01:29
#include <stdio.h>
#include <iostream>
int n, a, b;
int main() {
	std::cin >> n;
	while(n--) {
		std::cin >> a >> b;
		std::cout << a + b << '\n';
	}
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #1112.73 us36 KBAcceptedScore: 100


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