记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:11: error: invalid type argument of unary '*' (have 'int')
  while(x1**2<=x)
           ^~
/in/foo.c:13:8: error: invalid type argument of unary '*' (have 'int')
  if(x1**2>x)
        ^~
/in/foo.c:17:1: error: expected expression before '}' token
 }
 ^

信息

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