QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#145418 | #4194. Killjoys' Conference | MaMengQi | WA | 13ms | 28728kb | C++20 | 1.8kb | 2023-08-22 11:57:34 | 2023-08-22 11:57:35 |
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: 4ms
memory: 27536kb
input:
4 2 11 1 2 3 4
output:
3
result:
ok single line: '3'
Test #2:
score: 0
Accepted
time: 3ms
memory: 27364kb
input:
5 2 3 1 2 3 4
output:
2
result:
ok single line: '2'
Test #3:
score: 0
Accepted
time: 1ms
memory: 28728kb
input:
3 3 11 1 2 2 3 3 1
output:
impossible
result:
ok single line: 'impossible'
Test #4:
score: 0
Accepted
time: 1ms
memory: 27944kb
input:
100 0 13
output:
9
result:
ok single line: '9'
Test #5:
score: -100
Wrong Answer
time: 13ms
memory: 28376kb
input:
1000000 0 999983
output:
466221
result:
wrong answer 1st lines differ - expected: '131073', found: '466221'