提交记录 18087


用户 题目 状态 得分 用时 内存 语言 代码长度
Mooos_MoShengwww 1000i. 【传统题】 A+B Problem Compile Error 0 0 ns 0 KB C++11 187 B
提交时间 评测时间
2022-10-09 18:46:14 2022-10-09 18:46:16
#include <iostream>

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

CompilationN/AN/ACompile ErrorScore: N/A


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