Sum of MEX
2199H2300· international master5s512 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
5-1 1 -1 3 -1
Output
1 2 24 26 248
Sample 2of 3
Input
73 5 -1 -1 -1 -1 1
Output
0 0 1 17 223 2645 4906
Sample 3of 3
Input
103 8 5 1 0 0 7 2 2 8
Output
0 0 0 0 2 2 2 4 4 4
58%
2199H.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)