QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#426886 | #7518. GCD of Pattern Matching | ucup-team2150# | WA | 0ms | 3548kb | C++14 | 686b | 2024-05-31 23:50:17 | 2024-05-31 23:50:17 |
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: 3548kb
input:
5 10 ccpcccpc 10 cpcpcp 10 cpc 4 cpccpc 4 dhcp
output:
10001 10101 1 65 1
result:
wrong answer 5th numbers differ - expected: '3', found: '1'