记录详情

Compile Error

foo.c: In function 'main':
foo.c:5:9: warning: right-hand operand of comma expression has no effect [-Wunused-value]
    5 |  for(m=1,n;m<n;m++)
      |         ^
foo.c:6:17: error: lvalue required as left operand of assignment
    6 |  {n%m==0?s=s+m:s=s
      |                 ^
foo.c:6:19: error: expected ';' before '}' token
    6 |  {n%m==0?s=s+m:s=s
      |                   ^
      |                   ;
......
    9 |  }
      |  ~                 
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
A3-1 素数专题:因子的和
语言
C
递交时间
2023-09-26 15:54:41
评测时间
2023-09-26 15:54:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes