QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#696161 | #9136. Exponent Calculator | GuanYunchang | AC ✓ | 0ms | 3644kb | C++23 | 597b | 2024-10-31 21:42:22 | 2024-10-31 21:42:23 |
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: 3644kb
input:
input
output:
25 $1 = $1 * 0.00390625 $0 = 1.0 + $1 $2 = $1 * $1 $3 = $2 * 0.5 $0 = $0 + $3 $2 = $2 * $1 $3 = $2 * 0.16666666666666666 $0 = $0 + $3 $2 = $2 * $1 $3 = $2 * 0.041666666666666664 $0 = $0 + $3 $2 = $2 * $1 $3 = $2 * 0.008333333333333333 $0 = $0 + $3 $2 = $2 * $1 $3 = $2 * 0.001388888888888889 $0 = $0 ...
result:
ok max relative diff is 9.66162e-10. Checker runtime is 192 ms
Extra Test:
score: 0
Extra Test Passed