QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]