circle_selection.cpp: In function 'bool can(long long int, long long int)':
circle_selection.cpp:15:15: error: 'long long long' is too long for GCC
long long long long int x = (ax - bx) * (ax - bx) + (ay - by) * (ay - by);
^~~~
circle_selection.cpp:15:20: error: 'long long long' is too long for GCC
long long long long int x = (ax - bx) * (ax - bx) + (ay - by) * (ay - by);
^~~~
circle_selection.cpp:16:15: error: 'long long long' is too long for GCC
long long long long int y = (v[a].first.first + v[b].first.first) * (v[a].first.first + v[b].first.first);
^~~~
circle_selection.cpp:16:20: error: 'long long long' is too long for GCC
long long long long int y = (v[a].first.first + v[b].first.first) * (v[a].first.first + v[b].first.first);
^~~~
circle_selection.cpp:16:29: warning: unused variable 'y' [-Wunused-variable]
long long long long int y = (v[a].first.first + v[b].first.first) * (v[a].first.first + v[b].first.first);
^
circle_selection.cpp: In function 'int main()':
circle_selection.cpp:22:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld", &n);
~~~~~^~~~~~~~~~~~
circle_selection.cpp:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%lld %lld %lld", &v[i].second.first, &v[i].second.second, &v[i].first.first);
~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~