cf/mirror

Intersection

CF
21B2000· candidate master1s256 MB⌨ stdin/stdout

Examples

Sample 1of 2
Input
1 1 0
2 2 0
Output
-1
Sample 2of 2
Input
1 1 0
2 -2 0
Output
1
21B.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)