#include using namespace std; int main(){ int n; int i, j; int lati[n]; int longi[n]; int heig[n]; int poin[n]; int x; int y; cin >> n >> x >> y; float a[n][n]; float sum=0; for(int a0 = 0; a0 < n; a0++){ int latitude; int longitude; int height; int points; cin >> latitude >> longitude >> height >> points; // your code goes here lati[a0]=latitude; longi[a0]=longitude; heig[a0]=height; poin[a0]=points; } for(i=0;i