QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#443686 | #8475. Palindrome Strings | ucup-team3539# | WA | 0ms | 18368kb | C++23 | 2.8kb | 2024-06-15 16:17:48 | 2024-06-15 16:17:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 18368kb
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: 0ms
memory: 18128kb
input:
10 3 bbbabbbbbb baaaa abb bb
output:
65 4 31
result:
wrong answer 1st numbers differ - expected: '10', found: '65'