Compile Error
foo.cc: In function 'int d(int)': foo.cc:8:22: error: declaration of 'bool x' shadows a parameter 8 | } bool x=0; | ^ foo.cc:3:11: note: 'int x' previously declared here 3 | int d(int x) | ~~~~^ foo.cc:24:1: warning: control reaches end of non-void function [-Wreturn-type] 24 | } | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- A3-2 素数专题:素数判断
- 语言
- C++
- 递交时间
- 2023-08-15 14:03:23
- 评测时间
- 2023-08-15 14:03:23
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes