QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#175621#7185. Poor Studentsucup-team026WA 1ms3640kbC++202.3kb2023-09-10 20:46:352023-09-10 20:46:36

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3580kb

input:

6 2
1 2
1 3
1 4
1 5
1 6
1 7
3 4

output:

12

result:

ok answer is '12'

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3640kb

input:

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

output:

7

result:

wrong answer expected '8', found '7'