QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#63310#4636. Optimal AssortmentNaitoahWA 3ms9604kbC++141.9kb2022-11-21 17:15:422022-11-21 17:15:46

Details

Tip: Click on the bar to expand more detailed information

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'