QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#762911#986. Measuring WAC-ness5toubun_no_hanayome#WA 1ms5672kbC++143.9kb2024-11-19 17:14:532024-11-19 17:14:54

详细

Test #1:

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

input:

5 1
WABCA

output:

1

result:

ok answer is '1'

Test #2:

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

input:

5 2
WABCA

output:

5

result:

ok answer is '5'

Test #3:

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

input:

1 1
W

output:

0

result:

ok answer is '0'

Test #4:

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

input:

3 3
CAW

output:

1

result:

ok answer is '1'

Test #5:

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

input:

3 3
WAC

output:

10

result:

ok answer is '10'

Test #6:

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

input:

3 3
AWC

output:

4

result:

ok answer is '4'

Test #7:

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

input:

3 3
CWA

output:

4

result:

ok answer is '4'

Test #8:

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

input:

1 1
Z

output:

0

result:

ok answer is '0'

Test #9:

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

input:

1 1
A

output:

0

result:

ok answer is '0'

Test #10:

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

input:

100 3
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC

output:

334323

result:

wrong answer expected '370260', found '334323'