QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#224738 | #7512. Almost Prefix Concatenation | ucup-team2321 | WA | 0ms | 3844kb | C++20 | 8.2kb | 2023-10-23 12:53:51 | 2023-10-23 12:53:52 |
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: 0ms
memory: 3844kb
input:
ababaab aba
output:
473
result:
ok 1 number(s): "473"
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3640kb
input:
ac ccpc
output:
4
result:
wrong answer 1st numbers differ - expected: '5', found: '4'