QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42007#1773. Breaking BarsZhaoZiLongWA 3ms13964kbC++171.7kb2022-08-01 15:17:412022-08-01 15:17:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 13964kb

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: 2ms
memory: 12440kb

input:

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

output:

4

result:

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