QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#376183#7860. Graph of Maximum Degree 3riconduongcung#WA 0ms19864kbC++142.9kb2024-04-03 23:12:442024-04-03 23:12:44

详细

Test #1:

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

input:

3 4
1 2 0
1 3 1
2 3 0
2 3 1

output:

4

result:

wrong answer 1st numbers differ - expected: '5', found: '4'