提交记录 13127


用户 题目 状态 得分 用时 内存 语言 代码长度
N_z_ 1000i. 【传统题】 A+B Problem Compile Error 0 0 ns 0 KB C++ 141 B
提交时间 评测时间
2020-07-25 20:01:49 2020-08-01 03:04:15
#include <bits\stdc++.h>
int main() 
{
	int n;
	cin>>n;
	for(int x=1;x<=n;x++)
	{
		int a,b;
		cin>>a>>b;
		cout<<a+b<<endl;
	}
	return 0;
}

CompilationN/AN/ACompile ErrorScore: N/A


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