提交记录 9875


用户 题目 状态 得分 用时 内存 语言 代码长度
BillZhou233 1000i. 【传统题】 A+B Problem Wrong Answer 0 49.28 us 64 KB C++ 211 B
提交时间 评测时间
2019-07-19 10:08:08 2020-08-01 01:58:10
#include <bits/stdc++.h>
using namespace std;

typedef long long ll;

int main()
{
	ios::sync_with_stdio(false);
	cin.tie(0); cout.tie(0);
	ll a[2];
	cin >> a[0] >> a[1];
	cout << a[0]+a[1] << endl;
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #149.28 us64 KBWrong AnswerScore: 0


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