记录详情

Compile Error

/in/foo.c: In function 'Prime':
/in/foo.c:6:12: error: 'n' undeclared (first use in this function)
  for(i=2;i<n;i++)
            ^
/in/foo.c:6:12: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:13:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(i=num)
  ^~

信息

递交者
类型
自测
语言
C
递交时间
2024-10-06 00:40:54
评测时间
2024-10-06 00:40:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes