QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#195404 | #7512. Almost Prefix Concatenation | ucup-team1682# | WA | 11ms | 66220kb | C++20 | 3.6kb | 2023-10-01 04:10:29 | 2023-10-01 04:10:29 |
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: 11ms
memory: 66220kb
input:
ababaab aba
output:
473
result:
ok 1 number(s): "473"
Test #2:
score: -100
Wrong Answer
time: 7ms
memory: 66152kb
input:
ac ccpc
output:
4
result:
wrong answer 1st numbers differ - expected: '5', found: '4'