QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#775068 | #9136. Exponent Calculator | ucup-team132# | AC ✓ | 1ms | 3872kb | C++17 | 4.1kb | 2024-11-23 14:37:57 | 2024-11-23 14:37:57 |
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: 1ms
memory: 3872kb
input:
input
output:
25 $2 = $1 * 0.000061035156250 $3 = $2 * 0.250000000000000 $3 = $3 + 1 $3 = $3 * $2 $3 = $3 * 0.333333333333333 $3 = $3 + 1 $3 = $3 * $2 $3 = $3 * 0.500000000000000 $3 = $3 + 1 $3 = $3 * $2 $0 = $3 + 1 $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 3.55553e-12. Checker runtime is 190 ms
Extra Test:
score: 0
Extra Test Passed