cf/mirror

Queue

CF
38G2300· international master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
2
1 0
2 1
Output
2 1
Sample 2of 3
Input
3
1 3
2 3
3 3
Output
3 2 1
Sample 3of 3
Input
5
2 3
1 4
4 3
3 1
5 2
Output
3 1 5 4 2
38G.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)