QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#426474 | #6329. Colorful Graph | crescent | WA | 0ms | 4400kb | C++14 | 3.6kb | 2024-05-31 12:31:59 | 2024-05-31 12:32:00 |
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: 4328kb
input:
5 5 1 4 2 3 1 3 2 5 5 1
output:
1 2 2 1 1
result:
ok AC
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 4400kb
input:
5 7 1 2 2 1 4 3 5 1 5 4 4 1 4 5
output:
1 1 2 0 0
result:
wrong answer Integer 0 violates the range [1, 2]