提交记录 9876


用户 题目 状态 得分 用时 内存 语言 代码长度
BillZhou233 1000i. 【传统题】 A+B Problem Accepted 100 74.21 us 64 KB C++ 305 B
提交时间 评测时间
2019-07-19 10:12:10 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[3];
        cin >> a[0];
        for (register ll i=0; i < a[0]; ++i)
        {
	    cin >> a[2] >> a[1];
	    cout << a[2]+a[1] << endl;
        }
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #174.21 us64 KBAcceptedScore: 100


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