Compile Error
/in/foo.c: In function 'main': /in/foo.c:11:20: error: expected ')' before 'c' printf("%.2f\n"c); ^ /in/foo.c:11:16: warning: format '%f' expects a matching 'double' argument [-Wformat=] printf("%.2f\n"c); ^ /in/foo.c:4:13: warning: variable 'c' set but not used [-Wunused-but-set-variable] float f,c; ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2024-10-22 16:59:40
- 评测时间
- 2024-10-22 16:59:40
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes