QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#683893 | #9136. Exponent Calculator | ucup-team4538# | AC ✓ | 8ms | 10652kb | Python3 | 338b | 2024-10-28 01:17:54 | 2024-10-28 01:17:55 |
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: 8ms
memory: 10652kb
input:
input
output:
25 $1 = $1 * 0.00000762939453125000 $0 = 1 + $1 $2 = $1 * $1 $2 = $2 * 0.5 $0 = $0 + $2 $2 = $2 * $1 $2 = $2 * 0.3333333333333333 $0 = $0 + $2 $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 * $0 $0 = $0 * $0 $0 = $0 * $0 $...
result:
ok max relative diff is 5.27578e-11. Checker runtime is 192 ms
Extra Test:
score: 0
Extra Test Passed