QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#41979#1773. Breaking BarsHuangHanShengWA 4ms16040kbC++171.6kb2022-08-01 15:02:142022-08-01 15:02:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 16040kb

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: 4ms
memory: 12404kb

input:

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

output:

4

result:

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