QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#804087#9866. Extracting Weightsucup-team1721#WA 3ms7136kbC++206.1kb2024-12-07 20:18:282024-12-07 20:18:35

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 7036kb

input:

4 1
1 2
2 3
2 4
1 3 2

output:

Yes
? 3 1 2 2 3 2 4 
! 1 2 3 

result:

ok OK 3 numbers

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 7136kb

input:

5 2
1 2
2 3
3 4
3 5
1 4 4 4

output:

Yes
? 4 1 3 4 5 4 5 4 5 
! 0 0 0 0 

result:

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