提交记录 28625


用户 题目 状态 得分 用时 内存 语言 代码长度
Sleeping_zzz 1000. 测测你的 A+B Time Limit Exceeded 0 10 us 8 KB C++ 117 B
提交时间 评测时间
2025-10-13 10:45:31 2025-10-13 10:45:33
int plus(int a,int b){
    int c;
    while(a^b){
        c=a|b;
        a&=b;
        b=c;
    }
    return a<<1;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #110 us8 KBTime Limit ExceededScore: 0


Judge Duck Online | 评测鸭在线
Server Time: 2025-11-03 05:50:03 | Loaded in 0 ms | Server Status
个人娱乐项目,仅供学习交流使用 | 捐赠