QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#443662 | #8475. Palindrome Strings | ucup-team3539# | WA | 3ms | 18144kb | C++23 | 2.8kb | 2024-06-15 16:14:28 | 2024-06-15 16:14:31 |
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: 3ms
memory: 18144kb
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: 18144kb
input:
10 3 bbbabbbbbb baaaa abb bb
output:
104 5 31
result:
wrong answer 1st numbers differ - expected: '10', found: '104'