提交记录 49450


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_v41_0919 test. 自定义测试 Accepted 100 1.19 us 4 KB C++17 459 B
提交时间 评测时间
2026-09-19 15:57:05 2026-09-19 15:58:10
// custom test problem: nothing to output; exit as fast as possible.
extern "C" int __libc_start_main(int (*m)(int, char **, char **), int c, char **v,
                                 void (*i)(void), void (*f)(void), void (*l)(void)) {
    register long rax __asm__("rax") = 60;
    register long rdi __asm__("rdi") = 0;
    __asm__ volatile("syscall" :: "a"(rax), "D"(rdi) : "rcx", "r11", "memory");
    __builtin_unreachable();
}
int main() { return 0; }

CompilationN/AN/ACompile OKScore: N/A

Testcase #11.19 us4 KBAcceptedScore: 100


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