QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#495482 | #9134. Building a Fence | ucup-team1400# | WA | 0ms | 3968kb | C++20 | 780b | 2024-07-27 21:09:32 | 2024-07-27 21:09:34 |
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: 0ms
memory: 3968kb
input:
7 7 9 4 1 1 2 1 1 4 4 6 2 3 3 5 10 6 4 1 11 5
output:
25 $0 = 1 + $1 $2 = $1 * $2 $3 = $2 / 2 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 6 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 24 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 120 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 720 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 5040 $0 = $0 + $3 $2 = $1 * $2 $3 = $2 / 40320 $0 = $0 + $3 $2 = $1...
result:
wrong answer 1st numbers differ - expected: '8', found: '25'