Red-Blue Operations (Hard Version)
1832D22400· grandmaster2s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
4 105 2 8 41 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 105 2 8 4 41 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 52 310 6 8 1 3
Output
10 7 8 3 3
58%
1832D2.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)