提交记录 28838


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

CompilationN/AN/ACompile OKScore: N/A

Testcase #177.01 us68 KBAcceptedScore: 100


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