Compile Error
/in/foo.c: In function 'main':
/in/foo.c:5:18: warning: format '%lf' expects a matching 'double *' argument [-Wformat=]
5 | scanf("%lf,&fahrenheit");
| ~~^
| |
| double *
/in/foo.c:8:17: error: expected ';' before '}' token
8 | return 0
| ^
| ;
9 | }
| ~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-29 16:33:09
- 评测时间
- 2025-11-29 16:33:09
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes