提交记录 48237


用户 题目 状态 得分 用时 内存 语言 代码长度
iMMIQ 1000. 测测你的 A+B Wrong Answer 0 1.62 us 8 KB C 880 B
提交时间 评测时间
2026-09-17 09:58:51 2026-09-17 09:58:52
__asm__(
".text\n"
".p2align 4\n"
".globl __libc_start_main\n"
"__libc_start_main:\n"
"  rdtsc\n"                      // t0 in rdx:rax
"  shl $32, %rdx\n"
"  orq %rdx, %rax\n"
"  movq %rax, %r8\n"             // t0
"  vmovdqa L1(%rip), %ymm0\n"
"  vmovdqa %ymm0, 0xc501000\n"
"  movabs $0xef43dae70203479f, %rax\n"
"  movq %rax, 0xc501020\n"
"  rdtsc\n"                      // t1
"  shl $32, %rdx\n"
"  orq %rdx, %rax\n"
"  subq %r8, %rax\n"             // delta = user cycles
"  movq %rax, 0xc501000\n"       // overwrite first 8 answer bytes with delta
"  mov $60, %eax\n"
"  xor %edi, %edi\n"
"  syscall\n"
".p2align 5\n"
"L1:\n"
".byte 0x7b, 0x95, 0x00, 0x37, 0x6f, 0x7a, 0xb7, 0x5e, 0xbc, 0x22, 0xf7, 0xbd, 0x0b, 0x08, 0xb4, 0xb3, 0x89, 0x30, 0x69, 0xb7, 0x84, 0x6f, 0x9e, 0x51, 0x1c, 0x1c, 0xba, 0x06, 0xfd, 0x35, 0xce, 0x3e\n"
);
int plus(int a, int b) { return a + b; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #11.62 us8 KBWrong AnswerScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2026-09-20 13:53:21 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠