joi2019_ho_t4.cpp: In function 'int main()':
joi2019_ho_t4.cpp:10:9: warning: unused variable 'j' [-Wunused-variable]
int i, j, k, l, m, x, y;
^
joi2019_ho_t4.cpp:10:12: warning: unused variable 'k' [-Wunused-variable]
int i, j, k, l, m, x, y;
^
joi2019_ho_t4.cpp:10:15: warning: unused variable 'l' [-Wunused-variable]
int i, j, k, l, m, x, y;
^
joi2019_ho_t4.cpp:10:18: warning: unused variable 'm' [-Wunused-variable]
int i, j, k, l, m, x, y;
^
joi2019_ho_t4.cpp:11:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &n);
~~~~~^~~~~~~~~~
joi2019_ho_t4.cpp:13:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", &x, &y);
~~~~~^~~~~~~~~~~~~~~~