QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#219312 | #6329. Colorful Graph | ucup-team1295 | WA | 2ms | 14016kb | C++14 | 10.2kb | 2023-10-19 11:55:15 | 2023-10-19 11:55:15 |
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: 10424kb
input:
5 5 1 4 2 3 1 3 2 5 5 1
output:
1 1 1 2 1
result:
ok AC
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 14016kb
input:
5 7 1 2 2 1 4 3 5 1 5 4 4 1 4 5
output:
0 0 0 0 0
result:
wrong answer Integer 0 violates the range [1, 2]