lightningrod.cpp: In function 'int main()':
lightningrod.cpp:13:11: warning: unused variable 'j' [-Wunused-variable]
13 | int i,j,n,m,ru = -1,cx,cy;
| ^
lightningrod.cpp:13:15: warning: unused variable 'm' [-Wunused-variable]
13 | int i,j,n,m,ru = -1,cx,cy;
| ^
lightningrod.cpp:14:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
14 | scanf("%d",&n);
| ~~~~~^~~~~~~~~
lightningrod.cpp:17:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
17 | scanf("%d %d",&cx,&cy);
| ~~~~~^~~~~~~~~~~~~~~~~