QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#426886#7518. GCD of Pattern Matchingucup-team2150#WA 0ms3548kbC++14686b2024-05-31 23:50:172024-05-31 23:50:17

详细

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'