QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#465388 | #7518. GCD of Pattern Matching | ucup-team3884 | WA | 0ms | 3628kb | C++23 | 1.2kb | 2024-07-06 20:34:28 | 2024-07-06 20:34:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3628kb
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'