记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:1: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
 while(xmin=1<1000)
 ^~~~~
/in/foo.c:13:9: error: 'x1' undeclared (first use in this function)
   while(x1<x)
         ^~
/in/foo.c:13:9: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:25:1: error: expected declaration or statement at end of input
 }
 ^

信息

递交者
类型
递交
题目
A3-4 素数专题:验证哥德巴赫猜想
比赛
泰院2401程序设计基础作业赛第二场
语言
C
递交时间
2024-10-28 14:04:07
评测时间
2024-10-28 14:04:07
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes