QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#447134 | #8475. Palindrome Strings | InfiniteStarlight# | WA | 12ms | 41844kb | C++23 | 3.0kb | 2024-06-17 23:41:14 | 2024-06-17 23:41:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 8ms
memory: 41844kb
input:
8 3 icpccamp p c pc
output:
4 7 4
result:
ok 3 number(s): "4 7 4"
Test #2:
score: -100
Wrong Answer
time: 12ms
memory: 41612kb
input:
10 3 bbbabbbbbb baaaa abb bb
output:
10 4 30
result:
wrong answer 3rd numbers differ - expected: '31', found: '30'