QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#192815 | #7512. Almost Prefix Concatenation | ucup-team1957# | WA | 17ms | 21900kb | C++20 | 3.1kb | 2023-09-30 15:35:02 | 2023-09-30 15:35:03 |
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: 0
Wrong Answer
time: 17ms
memory: 21900kb
input:
ababaab aba
output:
i : 1 len : 3 i : 2 len : 1 i : 3 len : 3 i : 4 len : 1 i : 5 len : 2 i : 6 len : 2 i : 7 len : 1 473
result:
wrong output format Expected integer, but "i" found