QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#274344 | #7600. Minimums on the Edges | MaMengQi | WA | 0ms | 3668kb | C++17 | 3.2kb | 2023-12-03 14:34:31 | 2023-12-03 14:34:32 |
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: 0ms
memory: 3640kb
input:
4 4 6 1 2 2 3 3 1 1 4
output:
2 2 2 0
result:
ok answer = 6
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3668kb
input:
3 7 7 1 2 1 2 1 2 1 3 1 3 2 3 2 3
output:
3 3 3
result:
wrong answer sum of values isn't equal to s (s = 7)