QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#554236 | #9244. Counting Strings | ucup-team4812 | WA | 3ms | 20204kb | C++17 | 6.0kb | 2024-09-09 09:02:57 | 2024-09-09 09:02:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 16076kb
input:
4 abca
output:
14
result:
ok answer is '14'
Test #2:
score: 0
Accepted
time: 3ms
memory: 19956kb
input:
1 a
output:
1
result:
ok answer is '1'
Test #3:
score: 0
Accepted
time: 2ms
memory: 16044kb
input:
2 aa
output:
3
result:
ok answer is '3'
Test #4:
score: 0
Accepted
time: 0ms
memory: 20204kb
input:
2 ab
output:
3
result:
ok answer is '3'
Test #5:
score: -100
Wrong Answer
time: 3ms
memory: 20112kb
input:
100 xgljgljgljjljjjjljtjljtgljgljgljjljjjjljtjljtjljgljljgljgljjljjjjljtjljtjljgljllljgllgljgljjglljgljl
output:
119495
result:
wrong answer expected '101808', found '119495'