cf/mirror

Counting Sticks

CF
394A0.5s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
||+|=|||||
Output
|||+|=||||
Sample 2of 4
Input
|||||+||=||
Output
Impossible
Sample 3of 4
Input
|+|=||||||
Output
Impossible
Sample 4of 4
Input
||||+||=||||||
Output
||||+||=||||||
394A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)