cf/mirror

Main Sequence

CF
286C2100· master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 4
Input
2
1 1
0
Output
YES
1 -1
Sample 2of 4
Input
4
1 1 1 1
1 3
Output
YES
1 1 -1 -1
Sample 3of 4
Input
3
1 1 1
0
Output
NO
Sample 4of 4
Input
4
1 2 2 1
2 3 4
Output
YES
1 2 -2 -1
286C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)