Compile Error
/in/foo.cc: In function 'int ff(int)':
/in/foo.cc:15:22: error: 'sqrt' was not declared in this scope
15 | for (int i = 2; i < sqrt(n); i++)
| ^~~~
/in/foo.cc: In function 'int f(char)':
/in/foo.cc:12:1: warning: control reaches end of non-void function [-Wreturn-type]
12 | }
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1023 最小的素数
- 语言
- C++
- 递交时间
- 2024-12-22 23:38:08
- 评测时间
- 2024-12-22 23:38:08
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes