QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#604160 | #8234. Period of a String | ucup-team4951 | WA | 3ms | 16480kb | C++14 | 3.4kb | 2024-10-02 00:12:06 | 2024-10-02 00:12:06 |
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: 3ms
memory: 16480kb
input:
4 2 abc abcd 4 bbcaa cabb acabbbb a 3 ab aab bbaaaaab 3 ab aab bbaaaaaa
output:
NO YES abbca abbc abbcabb a YES ab aba abaabaab YES ab aba abaabaab
result:
wrong answer Number of letters do not same (test case 4)