QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#63310#4636. Optimal AssortmentNaitoahWA 3ms9604kbC++141.9kb2022-11-21 17:15:422022-11-21 17:15:46

详细

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 9604kb

input:

2 5
4 2
4 3 2
4 3 2
2 1 2
1 1 2 3
1 0 0 0
1 1 0 0
1 2 0 0

output:

16/9
12/7
8/9
3/2
2/3
0/1

result:

wrong answer 2nd lines differ - expected: '10/9', found: '12/7'