Compile Error
foo.c: In function ‘main’:
foo.c:4:2: error: ‘a’ undeclared (first use in this function)
4 | {a=int(input())
| ^
foo.c:4:2: note: each undeclared identifier is reported only once for each function it appears in
foo.c:4:4: error: expected expression before ‘int’
4 | {a=int(input())
| ^~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-09-11 23:25:44
- 评测时间
- 2025-09-23 07:23:21
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes