QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#90968 | #5440. P-P-Palindrome | Lates | WA | 1ms | 5668kb | C++14 | 1.5kb | 2023-03-26 11:02:12 | 2023-03-26 11:02:14 |
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: 1ms
memory: 5668kb
input:
2 aaaa aaa
output:
16
result:
ok 1 number(s): "16"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 5536kb
input:
3 abaaa abbbba bbbaba
output:
36
result:
wrong answer 1st numbers differ - expected: '28', found: '36'