cf/mirror

Little Artem and Dance

CF
641C1800· expert2s256 MB⌨ stdin/stdout

Examples

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