提交记录 17139


用户 题目 状态 得分 用时 内存 语言 代码长度
bilibilitdasc 1000. 测测你的 A+B Wrong Answer 0 6.11 us 12 KB C++ 149 B
提交时间 评测时间
2021-12-02 10:31:20 2021-12-02 10:31:22
unsigned add(unsigned a,unsigned b)
{
unsigned ad=a&b,xr=a^b;
return ad?xr:(add(ad,xr>>1)<<1|(xr&1));
}
int plus(int a, int b)
{
	return add(a,b);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.11 us12 KBWrong AnswerScore: 0


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