Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:20:7: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   if(j>=x1&k>=x2&x2!=0) cout<<x1<<"+"<<x2<<"="<<x<<endl;
      ~^~~~
/in/foo.cc:20:20: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
   if(j>=x1&k>=x2&x2!=0) cout<<x1<<"+"<<x2<<"="<<x<<endl;
                  ~~^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A3-4 素数专题:验证哥德巴赫猜想
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C++
 - 递交时间
 - 2024-08-18 16:42:29
 - 评测时间
 - 2024-08-18 16:42:29
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 7ms
 - 峰值内存
 - 376.0 KiB