cf/mirror

Laboratory Work

CF
931C1700· expert1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
6
-1 1 1 0 0 -1
Output
2
0 0 0 0 0 0
Sample 2of 3
Input
3
100 100 101
Output
3
101 100 100
Sample 3of 3
Input
7
-10 -9 -10 -8 -10 -9 -9
Output
5
-10 -10 -9 -9 -9 -9 -9
931C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)