QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214667#6546. Greedy Bipartite Matchingucup-team1400#WA 0ms3924kbC++201.7kb2023-10-14 22:48:192023-10-14 22:48:20

詳細信息

Test #1:

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

input:

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

output:

1.780000
1.780000
1.780000

result:

wrong output format Expected integer, but "1.780000" found