cf/mirror

Avoiding Zero

CF
1427A900· newbie1s256 MB⌨ stdin/stdout

Examples

Sample 1of 1
Input
4
4
1 -2 3 -4
3
0 0 0
5
1 -1 1 -1 1
6
40 -31 -9 0 13 -40
Output
YES
1 -2 3 -4
NO
YES
1 1 -1 1 -1
YES
-40 13 40 0 -9 -31
1427A.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)