QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#495559 | #9136. Exponent Calculator | ucup-team2725# | AC ✓ | 14ms | 10708kb | Python3 | 353b | 2024-07-27 21:52:57 | 2024-07-27 21:52:58 |
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: 14ms
memory: 10708kb
input:
input
output:
24 $1 = $1 * 0.0009765625 $0 = $0 + 0.001388888888888889 $0 = $0 * $1 $0 = $0 + 0.008333333333333333 $0 = $0 * $1 $0 = $0 + 0.041666666666666664 $0 = $0 * $1 $0 = $0 + 0.16666666666666666 $0 = $0 * $1 $0 = $0 + 0.5 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $1 $0 = $0 + 1.0 $0 = $0 * $0 $0 = $0 * $0 $0 = ...
result:
ok max relative diff is 4.02012e-13. Checker runtime is 157 ms
Extra Test:
score: 0
Extra Test Passed