QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#150484 | #5580. Branch Manager | HuangHanSheng | WA | 4ms | 27020kb | C++20 | 1.6kb | 2023-08-25 17:48:32 | 2023-08-25 17:48:33 |
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: 100
Accepted
time: 1ms
memory: 27020kb
input:
8 5 1 2 4 8 4 6 1 4 2 5 4 7 2 3 5 2 6 4 8
output:
5
result:
ok single line: '5'
Test #2:
score: 0
Accepted
time: 4ms
memory: 26896kb
input:
4 4 1 2 1 3 1 4 3 2 3 4
output:
1
result:
ok single line: '1'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 26960kb
input:
2 2 1 2 2 2
output:
1
result:
wrong answer 1st lines differ - expected: '2', found: '1'