naan.cpp: In function 'int main()':
naan.cpp:34:42: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
for (i = 1; i <= n; i++)printf("%d ", i);
^
naan.cpp:75:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < ans.size(); i++)printf("%d ", ans[i]);
~~^~~~~~~~~~~~
naan.cpp:15:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("input.txt", "r", stdin);
~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
naan.cpp:16:29: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
long long n, l, i, j; scanf("%lld%lld", &n, &l);
~~~~~^~~~~~~~~~~~~~~~~~~~
naan.cpp:20:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
for (j = 1; j <= l; j++)scanf("%lld", &v[i][j]);
~~~~~^~~~~~~~~~~~~~~~~~
naan.cpp:65:56: warning: 'mmnw' may be used uninitialized in this function [-Wmaybe-uninitialized]
befa = (L[mnw].x+L[mmnw].x)/2, p = (L[mnw].y+L[mmnw].y)/2;
~~~~~~~~^
naan.cpp:59:44: warning: 'mmny' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (mmnx > L[who].x || (mmnx == L[who].x&&mmny > L[who].y)) {
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
naan.cpp:51:43: warning: 'mny' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (mnx > L[who].x || (mnx == L[who].x && mny > L[who].y)) {
~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~