QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#398366#5434. Binary SubstringsmekoszcWA 1ms7780kbC++141.3kb2024-04-25 11:12:242024-04-25 11:12:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3736kb

input:

2

output:

10

result:

ok meet maximum 3

Test #2:

score: 0
Accepted
time: 1ms
memory: 5632kb

input:

5

output:

01100

result:

ok meet maximum 12

Test #3:

score: 0
Accepted
time: 0ms
memory: 3648kb

input:

1

output:

0

result:

ok meet maximum 1

Test #4:

score: 0
Accepted
time: 0ms
memory: 3796kb

input:

3

output:

010

result:

ok meet maximum 5

Test #5:

score: 0
Accepted
time: 0ms
memory: 3648kb

input:

4

output:

0110

result:

ok meet maximum 8

Test #6:

score: -100
Wrong Answer
time: 1ms
memory: 7780kb

input:

6

output:

01100
100011

result:

wrong answer Token parameter [name=s] equals to "01100", doesn't correspond to pattern "[01]{6}"