QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#475309 | #9125. Majority and Permutation | ucup-team1878# | WA | 0ms | 3820kb | C++23 | 12.9kb | 2024-07-13 13:56:12 | 2024-07-13 13:56:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3560kb
input:
2 2 1 3
output:
14
result:
ok "14"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3600kb
input:
5 4 1 3 7 9
output:
2909184
result:
ok "2909184"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3540kb
input:
5 1 5
output:
3614400
result:
ok "3614400"
Test #4:
score: 0
Accepted
time: 0ms
memory: 3820kb
input:
3 1 3
output:
684
result:
ok "684"
Test #5:
score: -100
Wrong Answer
time: 0ms
memory: 3524kb
input:
5 2 5 9
output:
3254400
result:
wrong answer 1st words differ - expected: '3614400', found: '3254400'