Compile Error
/in/foo.c: In function 'main':
/in/foo.c:6:24: error: invalid suffix ";" on integer constant
6 | int sum=0,fact=1;
| ^~~
/in/foo.c:7:9: error: expected ',' or ';' before 'scanf'
7 | scanf("%d",&n);
| ^~~~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-20 14:33:58
- 评测时间
- 2025-11-20 14:33:58
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes