QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112074 | #3887. Logic Puzzle | lmq26052003 | WA | 2ms | 3484kb | C++20 | 1.3kb | 2023-06-09 20:08:37 | 2023-06-09 20:08:39 |
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: 100
Accepted
time: 1ms
memory: 3412kb
input:
2 3 1 1 2 1 1 1 2 3 2 1 1 2 3 2 1 0 1 1 1 0
output:
X.X .X.
result:
ok correct solution
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3484kb
input:
1 2 0 0 1 1 0 1 1 1 0 1 1 1
output:
..
result:
wrong answer expected impossible