提交记录 20509


用户 题目 状态 得分 用时 内存 语言 代码长度
nrO728 1000. 测测你的 A+B Wrong Answer 0 5.69 us 12 KB C++ 198 B
提交时间 评测时间
2023-10-31 16:23:39 2023-10-31 16:23:41
#include <cmath>
int plus(int a, int b)
{
	if(a>=0&&b>=0) return int(powl(sqrt((long double)a) + sqrt((long double)b), 2) - 2.0 * sqrt((long double)a) * sqrt((long double)b));
	else return a + b;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.69 us12 KBWrong AnswerScore: 0


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