QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496234 | #9136. Exponent Calculator | ucup-team1878# | AC ✓ | 7ms | 10604kb | Python3 | 953b | 2024-07-28 04:42:07 | 2024-07-28 04:42:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 7ms
memory: 10604kb
input:
input
output:
25 $1 = $1 * 0.015625 $0 = $1 * 2.7557319223985893e-06 $0 = $0 + 2.48015873015873e-05 $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.041666666666666664 $0 = $0 * $1 $0 = $0 + 0.166666666666...
result:
ok max relative diff is 2.08185e-10. Checker runtime is 200 ms
Extra Test:
score: 0
Extra Test Passed