cf/mirror

Sliding Tiles

CF
2172J2300· international master4s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
5
5 5 2 3 0
3 0 4 1
Output
3 3 4 2 3
Sample 2of 2
Input
6
4 3 0 3 0 2
1 0 0 1 3
Output
1 0 3 3 2 3
2172J.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…