QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#649412 | #9136. Exponent Calculator | ucup-team4740 | WA | 5ms | 10440kb | Python3 | 661b | 2024-10-17 23:24:27 | 2024-10-17 23:24:29 |
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: 0
Wrong Answer
time: 5ms
memory: 10440kb
input:
input
output:
25 $0 = $0 * 0.00390625 $1 = $0 $2 = 1 $2 = $2 + $1 $1 = $1 * $0 $1 = $1 * 0.5 $2 = $2 + $1 $1 = $1 * $0 $1 = $1 * 0.1666666666666666666666667 $2 = $2 + $1 $1 = $1 * $0 $1 = $1 * 0.0416666666666666666666667 $2 = $2 + $1 $1 = $1 * $0 $1 = $1 * 0.0083333333333333333333333 $2 = $2 + $1 $0 = $2 * $2 $0 ...
result:
wrong answer Can't recognize op #2: '$1 = $0' (in 1-indexation)