QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#496323 | #9136. Exponent Calculator | ucup-team1657# | AC ✓ | 0ms | 3800kb | C++14 | 448b | 2024-07-28 06:49:11 | 2024-07-28 06:49:11 |
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 $0 = 1 $2 = $1 * 0.00097656250000000000 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.00048828125000000000 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.00032552083333333333 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.00024414062500000000 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.00019531250000000000 $0 = $0 + $2 $0 = $0 ...
result:
ok max relative diff is 8.04772e-11. Checker runtime is 155 ms
Extra Test:
score: 0
Extra Test Passed