QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#314703#7860. Graph of Maximum Degree 3ucup-team660WA 2ms6188kbC++142.4kb2024-01-26 07:13:502024-01-26 07:13:50

詳細信息

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 6188kb

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'