QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494936 | #9136. Exponent Calculator | ucup-team4217# | AC ✓ | 0ms | 3748kb | C++20 | 1.7kb | 2024-07-27 17:44:17 | 2024-07-27 17:44:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3748kb
input:
input
output:
24 $1 = $1 * 0.00390625 $0 = 0.0001984126984126984 $0 = $1 * $0 $0 = $0 + 0.001388888888888889 $0 = $1 * $0 $0 = $0 + 0.008333333333333333 $0 = $1 * $0 $0 = $0 + 0.04166666666666666 $0 = $1 * $0 $0 = $0 + 0.1666666666666667 $0 = $1 * $0 $0 = $0 + 0.5 $0 = $1 * $0 $0 = $0 + 1 $0 = $1 * $0 $0 = $0 + 1...
result:
ok max relative diff is 9.46398e-12. Checker runtime is 195 ms
Extra Test:
score: 0
Extra Test Passed