cf/mirror

Nearest vectors

CF
598C2300· international master2s256 MB⌨ stdin/stdout

Examples

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