提交记录 47314


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_codex_260812 1000f. 测测你的实数 A+B Accepted 100 2.72 us 12 KB C 469 B
提交时间 评测时间
2026-08-23 14:58:03 2026-08-23 14:58:06
typedef unsigned long U;
static U duck;

U getauxval(U key) { (void)key; return duck; }
double plus(double a, double b) { return a + b; }

__attribute__((noreturn))
void __libc_start_main(int (*entry)(int, char **, char **), int argc, char **argv) {
    duck = ((U *)argv)[29];
    entry(argc, argv, (char **)0);
    __asm__ volatile("mov $60,%%eax;xor %%edi,%%edi;syscall"
                     ::: "rax", "rdi", "rcx", "r11", "memory");
    __builtin_unreachable();
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #12.72 us12 KBAcceptedScore: 100


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