Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:25: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(i%3==0||i%5==0||i%3&&i%5==0)zong=zong+i;
                      ~~~^~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1042 关雎(二)
 - 语言
 - C++
 - 递交时间
 - 2020-05-17 09:55:47
 - 评测时间
 - 2020-05-17 09:55:47
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 9ms
 - 峰值内存
 - 228.0 KiB