提交记录 16345


用户 题目 状态 得分 用时 内存 语言 代码长度
plants13 1000i. 【传统题】 A+B Problem Wrong Answer 0 69.47 us 36 KB C++11 665 B
提交时间 评测时间
2021-07-12 19:51:30 2021-07-12 19:51:32
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cstring>
#include <string>
#include <cmath>
#include <cstdlib>
#include <algorithm>
#include <fstream>
#include <stack>
#include <queue>
#include <vector>
#include <cctype>
#include <map>
#include <bitset>

typedef long long LL;
typedef unsigned long long uLL;
using namespace std;

void OJ()
{
#ifdef ONLINE_JUDGE
	freopen("holsteins.in", "r", stdin);
	freopen("holsteins.out", "w", stdout);
#endif
}

const int INF = 0x3f3f3f3f;
const int arrSize = 1e7;

int main()
{
	LL n, a, b;
	cin >> n;
	for (size_t i = 0; i < n; i++)
	{
		scanf("%lld%lld", &a, &b);
		printf("%lld", a + b);
	}
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #169.47 us36 KBWrong AnswerScore: 0


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