提交记录 6024


用户 题目 状态 得分 用时 内存 语言 代码长度
GhostCai 1000. 测测你的 A+B Wrong Answer 0 5.08 us 12 KB C++ 145 B
提交时间 评测时间
2018-09-20 21:27:22 2020-08-01 00:37:54
int plus(int a, int b)
{
int c;
	__asm("mov %0,%%eax"::"g"(a));
    __asm("add %0,%%eax"::"g"(b));
    __asm("mov %%eax,%0"::"g"(c));
return c;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.08 us12 KBWrong AnswerScore: 0


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