QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#171416#7184. Transport Plusesucup-team980#WA 0ms3676kbC++143.0kb2023-09-09 16:57:092023-09-09 16:58:21

详细

Test #1:

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

input:

1 2
1 1
5 3
6 2

output:

2
4.0000000000
3
0 1 2
1 5 2
0 5 3

result:

wrong output format Expected integer, but "4.0000000000" found