Compile Error
/in/foo.cc:2:2: error: invalid preprocessing directive #Include; did you mean #include?
    2 | #Include <cmath>
      |  ^~~~~~~
      |  include
/in/foo.cc: In function 'int main()':
/in/foo.cc:12:24: error: 'sqrt' was not declared in this scope
   12 |         for(i = 1; i < sqrt(x); i++)
      |                        ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A3-1 素数专题:因子的和
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C++
 - 递交时间
 - 2025-03-09 00:41:04
 - 评测时间
 - 2025-03-09 00:41:04
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes