QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#231304 | #7636. Fair Elections | ucup-team1002# | RE | 0ms | 3704kb | C++14 | 2.3kb | 2023-10-29 06:46:04 | 2023-10-29 06:46:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3704kb
input:
3 3 2 1 1 2 3 2 1 3
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: -100
Runtime Error
input:
5 1 2 3 2 3 1 1 3 2 3 1 2 2 1 3