Euler tour
1053E3500· legendary gm2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
21 0 0
Output
yes1 2 1
Sample 2of 3
Input
41 0 3 2 0 0 0
Output
yes1 4 3 2 3 4 1
Sample 3of 3
Input
50 1 2 3 4 1 0 0 0
Output
no
58%
1053E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…