QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#646947 | #9136. Exponent Calculator | ucup-team3966# | WA | 15ms | 10448kb | Python3 | 468b | 2024-10-17 10:26:24 | 2024-10-17 10:26:26 |
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: 15ms
memory: 10448kb
input:
input
output:
25 $0 = $0 * 0.0009765625 $1 = 1 + $0 $2 = $0 * $0 $3 = $2 * 0.5 $1 = $1 + $3 $2 = $2 * $0 $3 = $2 * 0.16666666666666666666666666666667 $1 = $1 + $3 $2 = $2 * $0 $3 = $2 * 0.04166666666666666666666666666667 $1 = $1 + $3 $2 = $2 * $0 $3 = $2 * 0.00833333333333333333333333333333 $1 = $1 + $3 $1 = $1 ...
result:
wrong answer Can't recognize op #25: '$0 = $1' (in 1-indexation)