cf/mirror

Magical Tiered Cake

CF
2232D2000· candidate master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 1multi-test • hover to link
Input
3
3
0 0 0
3
0 1 2
3
2 2 2
Output
YES
7
1 1 3
2 1 2
1 3 2
3 1 3
1 2 1
2 2 3
1 1 3
YES
3
3 1 3
2 1 3
1 1 3
NO
2232D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…