foo.cc: In function 'int main()':
foo.cc:7:8: warning: unused variable 's' [-Wunused-variable]
    7 |  int n,s;scanf("%d",&n);
      |        ^
foo.cc:7:15: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    7 |  int n,s;scanf("%d",&n);
      |          ~~~~~^~~~~~~~~
foo.cc:10:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   10 |    scanf("%d",&a[j][i]);
      |    ~~~~~^~~~~~~~~~~~~~~
   
  
    Found 5 testcases.
[Hydro](https://hydro.ac)提供评测服务