Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:8:20: warning: format '%f' expects argument of type 'double', but argument 2 has type 'int' [-Wformat=] printf("c%.2f\n",c); ^ /in/foo.c:6:9: warning: 'f' is used uninitialized in this function [-Wuninitialized] if(f>=0&&f<=1000) ~~~~^~~~~~~~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2024-10-26 09:11:04
- 评测时间
- 2024-10-26 09:11:04
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 316.0 KiB