记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:15:30: warning: left operand of comma operator has no effect [-Wunused-value]
   15 |                 for(int j=0;j<n,j++)
      |                             ~^~
foo.cc:15:36: error: expected ';' before ')' token
   15 |                 for(int j=0;j<n,j++)
      |                                    ^
      |                                    ;
foo.cc:17:32: error: lvalue required as left operand of assignment
   17 |                         if(a[i]-a[j]=x)
      |                            ~~~~^~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1530 Problem 4A. 计数
语言
C++
递交时间
2023-11-04 08:14:11
评测时间
2023-11-04 08:14:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes