QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#694189 | #9136. Exponent Calculator | ucup-team3862# | AC ✓ | 0ms | 3568kb | C++20 | 2.1kb | 2024-10-31 17:26:44 | 2024-10-31 17:26:44 |
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: 3568kb
input:
input
output:
23 $1 = $1 * 0.000244140625 $2 = $1 * $1 $2 = $2 * 0.5 $3 = $2 * $1 $3 = $3 * 0.333333333333 $4 = $3 * $1 $4 = $4 * 0.25 $0 = $1 + 1 $0 = $0 + $2 $0 = $0 + $3 $0 = $0 + $4 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $0 $0 = $0 * $...
result:
ok max relative diff is 9.58197e-11. Checker runtime is 161 ms
Extra Test:
score: 0
Extra Test Passed