QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#600773 | #8234. Period of a String | ucup-team4951 | WA | 0ms | 14124kb | C++14 | 2.8kb | 2024-09-29 19:02:53 | 2024-09-29 19:02:54 |
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: 0ms
memory: 14124kb
input:
4 2 abc abcd 4 bbcaa cabb acabbbb a 3 ab aab bbaaaaab 3 ab aab bbaaaaaa
output:
abbca abbc abbcabb a ab aba abaabaab NO YES YES NO
result:
wrong answer Expected yes/no (test case 1)