QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#292194#7177. Many Many Cyclesucup-team2335WA 0ms3712kbC++141.2kb2023-12-27 20:17:352023-12-27 20:17:36

詳細信息

Test #1:

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

input:

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

output:

2

result:

wrong answer expected '4', found '2'