foo.cc: In function 'int main()':
foo.cc:45:8: warning: unused variable 'j' [-Wunused-variable]
int i,j,k;
^
foo.cc:45:10: warning: unused variable 'k' [-Wunused-variable]
int i,j,k;
^
foo.cc:44:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&N);
~~~~~^~~~~~~~~
foo.cc:48:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d",&X[i],&Y[i]);
~~~~~^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务