提交记录 14448


用户 题目 状态 得分 用时 内存 语言 代码长度
chenshi 1000i. 【传统题】 A+B Problem Wrong Answer 0 69.13 us 16 KB C++ 151 B
提交时间 评测时间
2020-09-27 23:02:11 2020-09-27 23:02:12
#include <stdio.h>

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

CompilationN/AN/ACompile OKScore: N/A

Testcase #169.13 us16 KBWrong AnswerScore: 0


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