Compile Error
/in/foo.c: In function 'main':
/in/foo.c:5:21: error: 'score' undeclared (first use in this function)
5 | scanf("%d",&score);
| ^~~~~
/in/foo.c:5:21: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:4:13: warning: unused variable 'n' [-Wunused-variable]
4 | int n;
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-12-29 14:44:18
- 评测时间
- 2025-12-29 14:45:54
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes