Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:18:20: warning: format '%f' expects a matching 'double' argument [-Wformat=] printf("%.2f\n%.2f",x1); ^ /in/foo.c:28:23: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized] x1=(-b+sqrt(-delta))*i/(2*a); ~~~~~~~~~~~~~~~~~^~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2024-11-08 21:45:00
- 评测时间
- 2024-11-08 21:45:00
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 232.0 KiB