QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42051#1773. Breaking BarsMaMengQiWA 5ms21496kbC++173.3kb2022-08-01 15:48:032022-08-01 15:48:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 5ms
memory: 21496kb

input:

16 118
5x6 3x5 4x5 6x3 6x1 1x1 4x5 4x5 2x3 1x2 5x3 5x3 6x2 3x6 5x6 4x2

output:

4

result:

ok single line: '4'

Test #2:

score: -100
Wrong Answer
time: 3ms
memory: 20216kb

input:

6 30
2x3 3x3 1x5 2x5 3x5 3x5

output:

4

result:

wrong answer 1st lines differ - expected: '2', found: '4'