QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#137394#2356. Partition of QueriesWenZhongXiangHao#WA 1ms15884kbC++142.1kb2023-08-10 11:56:172023-08-10 11:58:01

詳細信息

Test #1:

score: 100
Accepted
time: 1ms
memory: 15768kb

input:

6 5
++??+?

output:

6

result:

ok single line: '6'

Test #2:

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

input:

6 8
++??+?

output:

7

result:

ok single line: '7'

Test #3:

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

input:

5 1
+++++

output:

0

result:

ok single line: '0'

Test #4:

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

input:

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

output:

4

result:

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