QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#730350 | #9543. Good Partitions | ucup-team5576 | WA | 113ms | 9220kb | C++14 | 1.8kb | 2024-11-09 19:51:46 | 2024-11-09 19:51:46 |
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: 113ms
memory: 9220kb
input:
1 5 2 4 3 2 6 1 2 5 3 5
output:
1 1 1
result:
wrong answer 2nd lines differ - expected: '2', found: '1'