Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:26:3: error: expected ',' or ';' before 'int'
   int s=n-low;
   ^~~
/in/foo.cc:27:27: error: 's' was not declared in this scope
   for(int i = 2; i * i <= s; i++)
                           ^
/in/foo.cc:38:28: error: 's' was not declared in this scope
    cout<<n<<"="<<low<<"+"<<s;
                            ^
  信息
- 递交者
- 类型
- 递交
- 比赛
- 周末测试1
- 语言
- C++
- 递交时间
- 2021-09-03 20:56:36
- 评测时间
- 2021-09-03 20:56:36
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes