QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#44449#4636. Optimal AssortmentflowerWA 3ms15940kbC++201.6kb2022-08-17 14:52:522022-08-17 14:52:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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
10/9
1/1
2/1
2/1
1/0

result:

wrong answer 6th lines differ - expected: '0/1', found: '1/0'