QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#445148 | #8521. Pattern Search II | ucup-team1123# | WA | 2ms | 3832kb | C++23 | 33.0kb | 2024-06-15 23:50:31 | 2024-06-15 23:50:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 2ms
memory: 3832kb
input:
aabbaab
output:
8
result:
ok 1 number(s): "8"
Test #2:
score: 0
Accepted
time: 2ms
memory: 3640kb
input:
a
output:
1
result:
ok 1 number(s): "1"
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3556kb
input:
b
output:
3
result:
wrong answer 1st numbers differ - expected: '1', found: '3'