QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#762911 | #986. Measuring WAC-ness | 5toubun_no_hanayome# | WA | 1ms | 5672kb | C++14 | 3.9kb | 2024-11-19 17:14:53 | 2024-11-19 17:14:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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'