QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#495366 | #9136. Exponent Calculator | ucup-team3896# | AC ✓ | 0ms | 3800kb | C++17 | 1.4kb | 2024-07-27 20:21:23 | 2024-07-27 20:21:24 |
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: 3800kb
input:
input
output:
25 $1 = $1 * 0.000488281250000 $0 = 1.00000 + $1 $2 = $1 * $1 $3 = $2 * 0.5 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 * 0.166666666666667 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 * 0.041666666666667 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 * 0.008333333333333 $0 = $0 + $3 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * ...
result:
ok max relative diff is 3.42876e-12. Checker runtime is 193 ms
Extra Test:
score: 0
Extra Test Passed