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