QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#720276 | #8234. Period of a String | Z_301 | WA | 0ms | 1296kb | C++14 | 60b | 2024-11-07 11:32:59 | 2024-11-07 11:32:59 |
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: 1296kb
input:
4 2 abc abcd 4 bbcaa cabb acabbbb a 3 ab aab bbaaaaab 3 ab aab bbaaaaaa
output:
YES abc abca
result:
wrong answer Number of letters do not same (test case 1)