QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#214082 | #6552. Good and Lucky Matrices | ucup-team988# | 0 | 0ms | 3908kb | C++14 | 2.5kb | 2023-10-14 17:10:11 | 2023-10-14 17:10:11 |
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: 3908kb
First Run Input
3 lucky 2 11 11 good 2 11 01 lucky 2 01 10
First Run Output
2 11 10 2 10 01 2 01 10
Second Run Input
3 good 2 11 10 lucky 2 10 01 good 2 01 10
Second Run Output
2 10 11 2 10 01 2 01 10
result:
wrong answer 2nd lines differ - expected: '11', found: '10'