QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#403544#4809. Maximum Rangeezteam1WA 93ms30916kbC++143.5kb2024-05-02 14:28:402024-05-02 14:28:41

详细

Test #1:

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

input:

5 7
1 2 1
1 3 -2
2 3 1
3 4 3
4 5 1
1 5 -1
2 5 2

output:

5
5
3 4 5 2 1 

result:

ok ok

Test #2:

score: -100
Wrong Answer
time: 93ms
memory: 30916kb

input:

99997 100000
12238 99016 352755196
99016 25485 -412473602
25485 2440 991507552
2440 31171 -181894654
36970 2440 -800167579
2440 41865 -148191946
96629 31171 847888506
36970 95740 395546542
27992 2440 647886610
99016 29557 369124914
80795 27992 -673871966
36970 3509 573208857
57672 29557 874406776
41...

output:


result:

wrong output format Unexpected end of file - int32 expected