lightningrod.c:6:5: error: variably modified 'p' at file scope
6 | int p[sz][2];
| ^
lightningrod.c:7:5: error: variably modified 'mxx' at file scope
7 | int mxx[sz];
| ^~~
lightningrod.c: In function 'main':
lightningrod.c:11:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
11 | scanf("%d", &n);
| ^~~~~~~~~~~~~~~
lightningrod.c:13:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
13 | scanf("%d %d", &xp, &yp);
| ^~~~~~~~~~~~~~~~~~~~~~~~