Compile Error
foo.c: In function 'main':
foo.c:9:20: error: expected expression before ')' token
9 | if (a == + )
| ^
foo.c:11:20: error: expected expression before ')' token
11 | if (a == - )
| ^
foo.c:13:16: warning: too many arguments for format [-Wformat-extra-args]
13 | printf("&d",sum);
| ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 3-5 计算器
- 比赛
- 2023年新生赛(第一场)
- 语言
- C
- 递交时间
- 2023-08-15 11:06:56
- 评测时间
- 2023-08-15 11:06:56
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes