QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#802481#9866. Extracting Weightsucup-team5072#WA 1ms3816kbC++231.6kb2024-12-07 13:48:312024-12-07 13:48:32

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3816kb

input:

4 1
1 2
2 3
2 4
1 3 2

output:

YES
? 3 1 2 2 3 2 4 
! 0 0 0 

result:

wrong answer Wrong answer in node 2, expected "1", but found "0".