Compile Error
/in/foo.c: In function 'main':
/in/foo.c:12:32: warning: implicit declaration of function 'power' [-Wimplicit-function-declaration]
12 | x1=(-b+power(delta,0.5))/(2*a);
| ^~~~~
/in/foo.c: At top level:
/in/foo.c:24:17: error: expected identifier or '(' before 'return'
24 | return 0;
| ^~~~~~
/in/foo.c:25:1: error: expected identifier or '(' before '}' token
25 | }
| ^
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-12-24 11:00:30
- 评测时间
- 2025-12-24 11:00:30
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes