QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#669689#4789. Infinite Pattern MatchingZhangYiDeWA 0ms3736kbC++20333b2024-10-23 19:23:342024-10-23 19:23:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

11

output:

2

result:

ok answer is '2'

Test #2:

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

input:

011011

output:

42

result:

ok answer is '42'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3596kb

input:

01000110011010110000

output:

812

result:

wrong answer expected '4627720', found '812'