QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#532806 | #9136. Exponent Calculator | ucup-team3935# | AC ✓ | 0ms | 3592kb | C++20 | 2.8kb | 2024-08-25 12:12:19 | 2024-08-25 12:12:19 |
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: 3592kb
input:
input
output:
24 $1 = $1 * 0.0009765625 $0 = 1 + $1 $2 = $1 * $1 $2 = $2 * 0.5 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.3333333333 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.25 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.2 $0 = $0 + $2 $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 8.03623e-11. Checker runtime is 208 ms
Extra Test:
score: 0
Extra Test Passed