提交记录 15361


用户 题目 状态 得分 用时 内存 语言 代码长度
comprehension 1000i. 【传统题】 A+B Problem Accepted 100 36.49 us 16 KB C++ 198 B
提交时间 评测时间
2020-12-26 12:40:31 2020-12-26 12:40:33
extern"C"{
int printf(const char*,...);
int scanf(const char*,...);
}
int main(){
        int n,a,b;
	for (scanf("%d",&n); n--; printf("%d\n",a+b))
                scanf("%d%d",&a,&b);
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #136.49 us16 KBAcceptedScore: 100


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