QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#121108#4809. Maximum RangeHuangHanShengWA 2ms7192kbC++201.8kb2023-07-07 15:54:162023-07-07 15:54:19

詳細信息

Test #1:

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

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

result:

wrong output format Unexpected end of file - int32 expected