提交记录 11568


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah 1000. 测测你的 A+B Compile Error 0 0 ns 0 KB C++ 200 B
提交时间 评测时间
2020-02-11 11:17:00 2020-08-01 02:45:26
unsigned int plus(register const unsigned int a,register const unsigned int b)
{
	register unsigned int res;
	__asm__ __volatile__ (
		"lea (%2,%1), %0;"
		:"=r"(res)
		:"r"(a),"r"(b));
	return res;
}

CompilationN/AN/ACompile ErrorScore: N/A


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