Money Transfers
675C2100· master1s256 MB⌨ stdin/stdout
Examples
Sample 1of 3
Input
35 0 -5
Output
1
Sample 2of 3
Input
4-1 0 1 0
Output
2
Sample 3of 3
Input
41 2 3 -6
Output
3
58%
675C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
35 0 -5
1
4-1 0 1 0
2
41 2 3 -6
3