QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#231301 | #7636. Fair Elections | ucup-team253# | WA | 1ms | 5016kb | C++20 | 3.9kb | 2023-10-29 06:40:43 | 2023-10-29 06:40:45 |
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: 5016kb
input:
3 3 2 1 1 2 3 2 1 3
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 1ms
memory: 4732kb
input:
5 1 2 3 2 3 1 1 3 2 3 1 2 2 1 3
output:
1
result:
ok 1 number(s): "1"
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 4728kb
input:
5 1 2 3 3 2 1 1 2 3 1 2 3 3 2 1
output:
2
result:
wrong answer 1st numbers differ - expected: '1', found: '2'