QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#385619#8136. Rebellious Edgeucup-team3057#WA 1ms3860kbC++172.5kb2024-04-10 21:45:272024-04-10 21:45:27

詳細信息

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3860kb

input:

3
5 6
1 2 4
1 3 2
2 3 0
3 4 1
4 5 1
5 2 1
4 4
1 2 4
1 3 6
1 4 8
4 2 1000000
3 3
1 2 100
2 1 10
2 3 1000

output:

4
18
1100

result:

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