提交记录 28837


用户 题目 状态 得分 用时 内存 语言 代码长度
Mini_PEKKA 1000i. 【传统题】 A+B Problem Wrong Answer 0 51.08 us 64 KB C++ 146 B
提交时间 评测时间
2026-01-23 21:31:38 2026-01-23 21:31:41
#include <bits/stdc++.h>
using namespace std;
int a,b;
int main(){
	ios::sync_with_stdio(0),cin.tie(0);
	cin>>a>>b;
	cout<<a+b<<"\n";
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #151.08 us64 KBWrong AnswerScore: 0


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