cf/mirror

Polyline

CF
617D1700· expert1s256 MB⌨ stdin/stdout

Examples

Sample 1of 3
Input
1 -1
1 1
1 2
Output
1
Sample 2of 3
Input
-1 -1
-1 3
4 3
Output
2
Sample 3of 3
Input
1 1
2 3
3 2
Output
3
617D.cpp
loading editor…
Ln 11·137 BGNU C++20 (64)