提交记录 3085


用户 题目 状态 得分 用时 内存 语言 代码长度
Decyx_asmend 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 211 B
提交时间 评测时间
2018-07-05 15:08:18 2020-07-31 21:11:05
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 ErrorScore: N/A


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