QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#748526 | #892. Minimal Cut | dongyc666 | WA | 0ms | 18164kb | C++14 | 4.4kb | 2024-11-14 20:38:03 | 2024-11-14 20:38:06 |
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: 18164kb
input:
4 2 1 3 2 2 4 2
output:
l:1 r:4 x:1 y:4 val:2 l:2 r:4 x:1 y:2 val:2 l:3 r:4 x:2 y:3 val:2 21067776
result:
wrong answer 1st words differ - expected: '21067776', found: 'l:1'