Accepted
foo.cc: In function 'int main()':
foo.cc:28:9: warning: variable 'm' set but not used [-Wunused-but-set-variable]
   28 |     int m,n;
      |         ^
foo.cc:28:11: warning: variable 'n' set but not used [-Wunused-but-set-variable]
   28 |     int m,n;
      |           ^
  Found 7 testcases. [Hydro](https://hydro.ac)提供评测服务