提交记录 3086


用户 题目 状态 得分 用时 内存 语言 代码长度
Decyx_asmend 1000. 测测你的 A+B Wrong Answer 0 4.74 us 12 KB C 211 B
提交时间 评测时间
2018-07-05 15:08:33 2020-07-31 21:11:06
unsigned int plus(register const unsigned int a,register const unsigned int b)
{
	register unsigned int res;
	__asm__ __volatile__ (
		"add %2, %1;"
		"mov %0, %2;"
		:"=r"(res)
		:"r"(a),"r"(b));
	return res;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #14.74 us12 KBWrong AnswerScore: 0


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