Compile Error
foo.c:2:10: error: expected ')' before 'j'
2 | int (Aint j)
| ^~
| )
foo.c: In function 'A2':
foo.c:19:6: warning: implicit declaration of function 'A'; did you mean 'A2'? [-Wimplicit-function-declaration]
19 | if(A(a)==1)
| ^
| A2
foo.c: In function 'main':
foo.c:33:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
33 | scanf("%d",&x);
| ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A5-2 超级素数的个数
- 比赛
- 2022春 C语言课程设计 作业1
- 语言
- C
- 递交时间
- 2022-02-28 23:06:51
- 评测时间
- 2022-02-28 23:06:51
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes