QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#853820#9733. Heavy-light Decompositionucup-team253#WA 0ms3888kbC++204.2kb2025-01-11 19:30:402025-01-11 19:30:46

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3888kb

input:

3
12 5
1 5
9 11
7 8
6 6
12 12
4 3
1 1
4 4
2 3
2 2
1 1
2 2

output:

YES
0 1 2 3 4 1 1 7 1 9 10 1 
YES
2 0 2 2 
IMPOSSIBLE

result:

wrong answer Line [name=line] equals to "YES", doesn't correspond to pattern "IMPOSSIBLE|[0-9,\ ]*" (test case 1)