提交记录 2531


用户 题目 状态 得分 用时 内存 语言 代码长度
AwD 1000f. 测测你的实数 A+B Accepted 100 5.62 us 12 KB C++ 123 B
提交时间 评测时间
2018-06-27 11:47:55 2020-07-31 21:03:50
double plus(double a, double b)
{
long long a_ = a * 1000000000;
long long b_ = b * 1000000000;
return (a_ + b_) * 1e-9;
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #15.62 us12 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-03-29 07:21:39 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用