cf/mirror

Sum Balance

CF
1242C2400· grandmaster1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
4
3 1 7 4
2 3 2
2 8 5
1 10
Output
Yes
7 2
2 3
5 1
10 4
Sample 2of 3
Input
2
2 3 -2
2 -1 5
Output
No
Sample 3of 3
Input
2
2 -10 10
2 0 -20
Output
Yes
-10 2
-20 1
1242C.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)
loading graph engine…