QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#69691#2356. Partition of QueriesGuanYunchangTL 3ms9916kbC++231.8kb2022-12-30 14:51:232022-12-30 14:51:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6 5
++??+?

output:

6

result:

ok single line: '6'

Test #2:

score: 0
Accepted
time: 3ms
memory: 9916kb

input:

6 8
++??+?

output:

7

result:

ok single line: '7'

Test #3:

score: 0
Accepted
time: 2ms
memory: 5792kb

input:

5 1
+++++

output:

0

result:

ok single line: '0'

Test #4:

score: -100
Time Limit Exceeded

input:

10 0
++?+??++??

output:


result: