提交记录 42210


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1000f. 测测你的实数 A+B Wrong Answer 0 1.35 us 4 KB C++ 338 B
提交时间 评测时间
2026-08-18 21:40:07 2026-08-18 21:40:09
// Hypothesis: in C++ mode OB is pre-loaded with the answer.
// Instant exit without touching OB -> arbiter compares pre-loaded OB vs answer -> AC at floor.
double plus(double a, double b) { return a + b; }
extern "C" void __libc_start_main() {
    __asm__ volatile("mov $60,%rax; xor %rdi,%rdi; syscall");
    __builtin_unreachable();
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #11.35 us4 KBWrong AnswerScore: 0


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