Owl Get a Life
gap.cpp: In function ‘ll findGap(int, int)’:gap.cpp:24:19: error: ‘n’ was not declared in this scope 24 | for (int i=0; i<n-1; ++i) ans=max(ans, a[i+1]-a[i]); | ^