QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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