QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#274237 | #7600. Minimums on the Edges | MaMengQi | WA | 1ms | 3632kb | C++17 | 3.2kb | 2023-12-03 13:17:27 | 2023-12-03 13:17:28 |
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: 3632kb
input:
4 4 6 1 2 2 3 3 1 1 4
output:
2 2 2 0
result:
ok answer = 6
Test #2:
score: 0
Accepted
time: 0ms
memory: 3628kb
input:
3 7 7 1 2 1 2 1 2 1 3 1 3 2 3 2 3
output:
2 2 3
result:
ok answer = 14
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3568kb
input:
5 10 61 5 3 1 2 4 5 2 3 2 1 3 1 1 5 3 5 2 4 2 1
output:
15 15 15 0 16
result:
wrong answer jury has the better answer: jans = 122, pans = 120