cf/mirror

3SUM Closure

CF
1698C1300· pupil1s256 MB⌨ stdin/stdout

Examples

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