记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:14:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
          if(a[j]=a[i])
             ~~~~^~~~~
foo.cc:17:11: error: expected '(' before 'j'
        if j=n+1
           ^
foo.cc:5:18: warning: unused variable 'm' [-Wunused-variable]
     int a[100],n,m;              
                  ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
比赛
2021年中北算法竞赛队招新测试
语言
C++
递交时间
2021-10-24 14:04:59
评测时间
2021-10-24 14:04:59
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes