提交记录 17944


用户 题目 状态 得分 用时 内存 语言 代码长度
Doqe 1000f. 测测你的实数 A+B Accepted 100 6.07 us 12 KB C 101 B
提交时间 评测时间
2022-08-05 22:24:40 2022-08-05 22:24:42
double plus(register double a, register double b)
{
	return (int)a + (int)b+(a-(int)a)+(b-(int)b);
}

CompilationN/AN/ACompile OKScore: N/A

Testcase #16.07 us12 KBAcceptedScore: 100


Judge Duck Online | 评测鸭在线
Server Time: 2024-04-16 23:22:45 | Loaded in 1 ms | Server Status
个人娱乐项目,仅供学习交流使用