Compile Error
/in/foo.c: In function 'main': /in/foo.c:8:2: error: expected ',' or ';' before 'int' int x=xmin; ^~~ /in/foo.c:9:8: error: 'x' undeclared (first use in this function) while(x<=xmax) ^ /in/foo.c:9:8: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:12:3: error: expected ';' before 'x' x++; ^
信息
- 递交者
- 类型
- 递交
- 题目
- A2-1 循环结构入门:数列求和
- 比赛
- 泰院2401程序设计基础作业赛第一场(牛刀小试)
- 语言
- C
- 递交时间
- 2024-10-21 17:35:33
- 评测时间
- 2024-10-21 17:35:33
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes