foo.cc: In function 'int main()':
foo.cc:16:8: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   16 |  if(all=902358548)printf("1060 ");
      |     ~~~^~~~~~~~~~
foo.cc:18:13: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=]
   18 |  printf("%.2f",all,pinjun/16);
      |          ~~~^  ~~~
      |             |  |
      |             |  int
      |             double
      |          %.2d
foo.cc:18:9: warning: too many arguments for format [-Wformat-extra-args]
   18 |  printf("%.2f",all,pinjun/16);
      |         ^~~~~~
foo.cc:13:10: warning: 'pinjun' may be used uninitialized in this function [-Wmaybe-uninitialized]
   13 |    pinjun+=list[i][j];
      |    ~~~~~~^~~~~~~~~~~~
   
  
    [Hydro](https://hydro.ac)提供评测服务