QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#525671 | #7051. Largest Common Submatrix | HuangHanSheng | WA | 2ms | 11792kb | C++20 | 1.3kb | 2024-08-20 20:12:31 | 2024-08-20 20:12:31 |
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: 2ms
memory: 11792kb
input:
3 4 5 6 7 8 1 2 3 4 9 10 11 12 5 6 8 7 1 2 4 3 12 11 10 9
output:
8
result:
wrong answer 1st numbers differ - expected: '4', found: '8'