提交记录 7705


用户 题目 状态 得分 用时 内存 语言 代码长度
cyc 1000i. 【传统题】 A+B Problem Wrong Answer 0 34.59 us 12 KB C++ 298 B
提交时间 评测时间
2019-01-25 09:27:38 2020-08-01 01:07:30
#include <stdio.h>
#define R register
inline int read()
{
	R char ch;
	while((ch=getchar_unlocked())<48||ch>57);R int in=ch^48;
	while((ch=getchar_unlocked())>47&&ch<58)in=(in<<1)+(in<<3)+(ch^48);
	return in;
}
int main()
{
	R int n=read();
	for(;n--;)
		printf("%d\n",read()+read());
	return 0;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #134.59 us12 KBWrong AnswerScore: 0


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