提交记录 28410


用户 题目 状态 得分 用时 内存 语言 代码长度
Jayfeather2012 1000i. 【传统题】 A+B Problem Accepted 100 73.35 us 68 KB C++ 205 B
提交时间 评测时间
2025-08-16 08:48:23 2025-08-16 08:48:25
#include<bits/stdc++.h>
using namespace std;
int n;
int main()
{
ios::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
	cin>>n;
        while(n--){
int a,b;
cin>>a>>b;
cout<<a+b<<"\n";
        }
	return 0;
 } 

CompilationN/AN/ACompile OKScore: N/A

Testcase #173.35 us68 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2025-09-02 13:06:02 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠