QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#448685 | #8475. Palindrome Strings | ucup-team3884 | WA | 4ms | 218740kb | C++20 | 4.5kb | 2024-06-19 22:24:07 | 2024-06-19 22:24:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 4ms
memory: 218740kb
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: 218736kb
input:
10 3 bbbabbbbbb baaaa abb bb
output:
9 4 30
result:
wrong answer 1st numbers differ - expected: '10', found: '9'