cf/mirror

DAG Serialization

CF
2052D2100· master3s1024 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
5
set true
unset true
set false
unset false
unset false
2
1 4
5 2
Output
5 1 3 2 4
Sample 2of 4
Input
3
unset true
unset false
set true
0
Output
2 3 1
Sample 3of 4
Input
2
unset false
set true
1
2 1
Output
-1
Sample 4of 4
Input
2
unset false
set false
0
Output
-1
2052D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…