QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#219762#6552. Good and Lucky Matricesucup-team1876#0 0ms0kbC++232.2kb2023-10-19 18:09:462023-10-19 18:09:46

詳細信息

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)