QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#125409 | #5654. Italian Data Centers | HuangHanSheng | WA | 1ms | 3804kb | C++11 | 967b | 2023-07-16 17:40:22 | 2023-07-16 17:40:25 |
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: 3568kb
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: 3596kb
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: 3568kb
input:
3 3 2 1 2 1 1 2 2 3 3 1
output:
3
result:
ok single line: '3'
Test #4:
score: 0
Accepted
time: 1ms
memory: 3768kb
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:
53
result:
ok single line: '53'
Test #5:
score: 0
Accepted
time: 1ms
memory: 3684kb
input:
3 3 4 2 1 3 3 1 3 2 2 1
output:
3
result:
ok single line: '3'
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 3804kb
input:
40 50 2 3 1 1 2 1 2 1 2 2 2 1 3 2 3 2 3 3 2 3 1 2 1 2 1 1 3 2 2 1 2 1 1 3 2 2 3 1 3 1 2 36 14 14 35 37 12 15 21 2 1 39 5 28 35 32 40 6 13 4 24 11 26 30 31 20 22 3 27 40 19 34 29 8 21 38 12 38 7 23 29 26 18 4 6 17 22 12 10 38 10 19 14 17 28 27 7 11 8 34 20 25 37 2 34 24 18 16 25 16 2 5 30 13 33 24 36...
output:
117901064
result:
wrong answer 1st lines differ - expected: '11', found: '117901064'