提交记录 9205


用户 题目 状态 得分 用时 内存 语言 代码长度
2574580837wzc 1000. 测测你的 A+B Accepted 100 5.29 us 12 KB C++ 104 B
提交时间 评测时间
2019-04-19 13:52:10 2020-08-01 01:34:15
int plus(int a, int b)
{
	if (b == 0)
               return a;
        return plus(a ^b, (a&b) << 1);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.29 us12 KBAcceptedScore: 100


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