QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#219762 | #6552. Good and Lucky Matrices | ucup-team1876# | 0 | 0ms | 0kb | C++23 | 2.2kb | 2023-10-19 18:09:46 | 2023-10-19 18:09:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 0
Wrong Answer on the first run
First Run Input
3 lucky 2 11 11 good 2 11 01 lucky 2 01 10
First Run Output
11 10 11 01 01 10
Second Run Input
Second Run Output
result:
wrong answer Line element row[1] equals to "10", doesn't correspond to pattern "[01]{11}" (test case 1)