QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#494510 | #9136. Exponent Calculator | ucup-team3727# | AC ✓ | 13ms | 12540kb | Python3 | 5.3kb | 2024-07-27 16:01:27 | 2024-07-27 16:01:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 13ms
memory: 12540kb
input:
input
output:
25 $1 = $1 * 0.0078125 $0 = 0.0000248015873015873 $0 = $0 * $1 $0 = $0 + 0.0001984126984126984 $0 = $0 * $1 $0 = $0 + 0.001388888888888889 $0 = $0 * $1 $0 = $0 + 0.008333333333333333 $0 = $0 * $1 $0 = $0 + 0.0416666666666666667 $0 = $0 * $1 $0 = $0 + 0.16666666666666666 $0 = $0 * $1 $0 = $0 + 0.5 $0...
result:
ok max relative diff is 2.25525e-11. Checker runtime is 160 ms
Extra Test:
score: 0
Extra Test Passed