Compile Error
/in/foo.c: In function 'main':
/in/foo.c:5:11: warning: too many arguments for format [-Wformat-extra-args]
5 | scanf("%lf", &x,x>=-100&&x<=100);
| ^~~~~
/in/foo.c:12:16: warning: statement with no effect [-Wunused-value]
12 | } else { x >= 25
| ~~^~~~~
/in/foo.c:12:21: error: expected ';' before 'y'
12 | } else { x >= 25
| ^
| ;
13 | y = x * x * x;
| ~
/in/foo.c: At top level:
/in/foo.c:18:1: error: stray '\302' in program
18 | <U+00A0>
| ^~~~~~~~
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-12 23:19:12
- 评测时间
- 2025-11-12 23:19:12
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes