QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#646937 | #9136. Exponent Calculator | ucup-team3966# | WA | 9ms | 10452kb | Python3 | 465b | 2024-10-17 10:18:13 | 2024-10-17 10:18:15 |
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: 9ms
memory: 10452kb
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.0462962962962962962962962962963 $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)