cf/mirror

Playing Piano

CF
1032C1700· expert1s256 MB⌨ stdin/stdout

Examples

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