cf/mirror

Arthur and Questions

CF
518E2200· master2s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
3 2
? 1 2
Output
0 1 2
Sample 2of 3
Input
5 1
-10 -9 ? -7 -6
Output
-10 -9 -8 -7 -6
Sample 3of 3
Input
5 3
4 6 7 2 9
Output
Incorrect sequence
518E.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)