提交记录 1599


用户 题目 状态 得分 用时 内存 语言 代码长度
alphaGem 1000. 测测你的 A+B Wrong Answer 0 4.79 us 12 KB C 185 B
提交时间 评测时间
2018-06-20 22:25:10 2020-07-31 20:52:34
#pragma GCC diagnostic ignored "-Wreturn-type"
unsigned plus(register const unsigned a,register const unsigned b)
{
	__asm__ __volatile__(
		"add %1, %%eax\n"
		:
		:"r"(a),"r"(b)
	);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #14.79 us12 KBWrong AnswerScore: 0


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