QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#193370 | #6329. Colorful Graph | GuanYunchang | WA | 1ms | 5864kb | C++17 | 3.3kb | 2023-09-30 16:59:59 | 2023-09-30 16:59:59 |
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: 0
Wrong Answer
time: 1ms
memory: 5864kb
input:
5 5 1 4 2 3 1 3 2 5 5 1
output:
1 2 3 4 5
result:
wrong answer Integer 3 violates the range [1, 2]