QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#787733#4636. Optimal AssortmentGuanYunchangWA 0ms72452kbC++172.7kb2024-11-27 14:17:402024-11-27 14:17:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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

result:

wrong answer 3rd lines differ - expected: '1/1', found: '10/9'