提交记录 7233


用户 题目 状态 得分 用时 内存 语言 代码长度
SovietPower 1000i. 【传统题】 A+B Problem Accepted 100 42.46 us 16 KB C++ 214 B
提交时间 评测时间
2019-01-09 19:52:36 2020-08-01 01:01:41
#include <cstdio>

int main() {
	int s=0;
	for(int i=1; i<=2000000000; ++i) s+=i;
	int n;
	scanf("%d", &n);
	for (int i = 1, a, b; i <= n; i++) {
		scanf("%d%d",&a, &b);
		s=a+b;
		printf("%d\n",s);
	}
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #142.46 us16 KBAcceptedScore: 100


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