QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#762914 | #986. Measuring WAC-ness | 5toubun_no_hanayome# | WA | 1ms | 5684kb | C++14 | 4.0kb | 2024-11-19 17:15:32 | 2024-11-19 17:15:32 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5448kb
input:
5 1 WABCA
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 0ms
memory: 5516kb
input:
5 2 WABCA
output:
5
result:
ok answer is '5'
Test #3:
score: 0
Accepted
time: 1ms
memory: 5620kb
input:
1 1 W
output:
0
result:
ok answer is '0'
Test #4:
score: 0
Accepted
time: 1ms
memory: 5484kb
input:
3 3 CAW
output:
1
result:
ok answer is '1'
Test #5:
score: 0
Accepted
time: 0ms
memory: 5684kb
input:
3 3 WAC
output:
10
result:
ok answer is '10'
Test #6:
score: 0
Accepted
time: 1ms
memory: 5620kb
input:
3 3 AWC
output:
4
result:
ok answer is '4'
Test #7:
score: 0
Accepted
time: 1ms
memory: 5528kb
input:
3 3 CWA
output:
4
result:
ok answer is '4'
Test #8:
score: 0
Accepted
time: 1ms
memory: 5620kb
input:
1 1 Z
output:
0
result:
ok answer is '0'
Test #9:
score: 0
Accepted
time: 1ms
memory: 5512kb
input:
1 1 A
output:
0
result:
ok answer is '0'
Test #10:
score: -100
Wrong Answer
time: 1ms
memory: 5468kb
input:
100 3 WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC
output:
334323
result:
wrong answer expected '370260', found '334323'