cf/mirror

Red-Blue Operations (Hard Version)

CF
1832D22400· grandmaster2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4 10
5 2 8 4
1 2 3 4 5 6 7 8 9 10
Output
3 4 5 6 7 8 8 10 8 12
Sample 2of 3
Input
5 10
5 2 8 4 4
1 2 3 4 5 6 7 8 9 10
Output
3 4 5 6 7 8 9 8 11 8
Sample 3of 3
Input
2 5
2 3
10 6 8 1 3
Output
10 7 8 3 3
1832D2.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)