Compile Error

foo.cc: In function 'int main()':
foo.cc:31:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   31 |   if(a[i][k]=a[i][index])
      |      ~~~~~~~^~~~~~~~~~~~
foo.cc:49:8: error: expected primary-expression before 'int'
   49 |  cout>>int>>index>>endl;
      |        ^~~
foo.cc:8:23: warning: unused variable 'max' [-Wunused-variable]
    8 |   int a[n][n],i,j,N,k,max,min,index,num=0;
      |                       ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1162 马鞍点
语言
C++
递交时间
2021-12-12 18:49:49
评测时间
2021-12-12 18:49:49
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes