提交记录 49408
| 提交时间 |
评测时间 |
| 2026-09-19 15:56:32 |
2026-09-19 15:57:01 |
// 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; }
| Compilation | N/A | N/A | Compile OK | Score: N/A | 显示更多 |
| Testcase #1 | 1.49 us | 4 KB | Accepted | Score: 100 | 显示更多 |
Judge Duck Online | 评测鸭在线
Server Time: 2026-09-23 11:30:16 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠