Compile Error
/in/foo.cc:4:1: error: expected initializer before 'int'
 int x1,x2 x,i;
 ^~~
/in/foo.cc:5:1: error: expected unqualified-id before 'for'
 for(int x1=3;x1<=x12;x1=x1+2)
 ^~~
/in/foo.cc:5:14: error: 'x1' does not name a type
 for(int x1=3;x1<=x12;x1=x1+2)
              ^~
/in/foo.cc:5:22: error: 'x1' does not name a type
 for(int x1=3;x1<=x12;x1=x1+2)
                      ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1210 C4 验证哥德巴赫猜想的加式的个数
 - 比赛
 - 2020苏青奥赛集训营(2021-1-30课堂小练)
 - 语言
 - C++
 - 递交时间
 - 2021-01-30 18:39:34
 - 评测时间
 - 2021-01-30 18:39:34
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes