cf/mirror

Simplified Nonogram

CF
534F2400· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 5
2 3 2
1 0 1 2 1
Output
*.**.
*.*.*
*..**
Sample 2of 3
Input
3 3
2 1 2
2 1 2
Output
*.*
.*.
*.*
Sample 3of 3
Input
3 3
1 0 1
2 2 2
Output
***
...
***
534F.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)