Compile Error
/in/foo.c: In function 'main': /in/foo.c:5:2: error: 'a' undeclared (first use in this function) a=10,b=20; ^ /in/foo.c:5:2: note: each undeclared identifier is reported only once for each function it appears in /in/foo.c:5:7: error: 'b' undeclared (first use in this function) a=10,b=20; ^ /in/foo.c:5:6: warning: left-hand operand of comma expression has no effect [-Wunused-value] a=10,b=20; ^ /in/foo.c:6:2: error: 'sum' undeclared (first use in this function) sum=a+b; ^~~
信息
- 递交者
- 类型
- 递交
- 语言
- C
- 递交时间
- 2024-10-25 17:28:10
- 评测时间
- 2024-10-25 17:28:10
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes