QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#616082 | #5654. Italian Data Centers | ZhangYiDe | WA | 1ms | 3764kb | C++17 | 12.0kb | 2024-10-05 22:01:11 | 2024-10-05 22:01:11 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3616kb
input:
3 3 0 1 2 3 1 2 2 3 3 1
output:
1
result:
ok single line: '1'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3764kb
input:
3 3 1 1 2 3 1 2 2 3 3 1
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 1ms
memory: 3600kb
input:
3 3 2 1 2 1 1 2 2 3 3 1
output:
3
result:
ok single line: '3'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3616kb
input:
8 14 100 3 3 2 2 1 2 2 1 2 7 1 5 7 8 4 6 2 8 1 8 2 6 6 7 1 6 1 4 3 5 1 3 4 5 5 7
output:
4
result:
wrong answer 1st lines differ - expected: '53', found: '4'