提交记录 31348


用户 题目 状态 得分 用时 内存 语言 代码长度
saffah_dsh_260814 1000. 测测你的 A+B Accepted 100 5.04 us 12 KB C++ 189 B
提交时间 评测时间
2026-08-14 01:41:05 2026-08-14 01:41:06
int plus(int a, int b) {
    unsigned x = (unsigned)(a ^ b) + 0x9e3779b9u;
    for (int i = 0; i < 200; i++) { x ^= x << 13; x ^= x >> 7; x ^= x << 17; }
    return a + b + (int)(x & 0);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.04 us12 KBAcceptedScore: 100


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