QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#214788 | #6552. Good and Lucky Matrices | ucup-team025# | 0 | 0ms | 3460kb | C++20 | 28.3kb | 2023-10-14 23:59:47 | 2023-10-14 23:59:47 |
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: 3460kb
First Run Input
3 lucky 2 11 11 good 2 11 01 lucky 2 01 10
First Run Output
2 11 10 2 11 01 2 01 10
Second Run Input
3 good 2 11 10 lucky 2 11 01 good 2 01 10
Second Run Output
2 11 10 2 11 01 2 01 10
result:
wrong answer 3rd lines differ - expected: '11', found: '10'