提交记录 14460


用户 题目 状态 得分 用时 内存 语言 代码长度
chenshi 1000i. 【传统题】 A+B Problem Accepted 100 63.71 us 36 KB C++ 273 B
提交时间 评测时间
2020-09-27 23:09:10 2020-09-27 23:09:11
#include <stdio.h>
#include<iostream>
using namespace std;
const long long MAX=1e16;
int main() {
	int a,b,n,k=3;
	scanf("%d", &n);
        for(long long i=1;i<=MAX;++i) k=max(k,n);
	for (int i = 1; i <= n; i++) {
		scanf("%d%d\n",&a,&b);printf("%d\n",a+b);
	}
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #163.71 us36 KBAcceptedScore: 100


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