Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:25:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(x=10)
         ^
/in/foo.cc:26:6: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
   y++;
      ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1210 C4 验证哥德巴赫猜想的加式的个数
 - 比赛
 - 2020苏青奥赛集训营(2021-1-30课堂小练)
 - 语言
 - C++
 - 递交时间
 - 2021-01-30 21:02:09
 - 评测时间
 - 2021-01-30 21:02:09
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 7ms
 - 峰值内存
 - 232.0 KiB