Accepted
/in/foo.cc: In function 'bool leap(int)':
/in/foo.cc:7:21: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(a%4!=0||a%100==0&&a%400!=0)return false;
             ~~~~~~~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - [USACO1.1]Friday the Thirteenth
 - 语言
 - C++
 - 递交时间
 - 2018-08-11 15:37:42
 - 评测时间
 - 2018-08-11 15:37:42
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 27ms
 - 峰值内存
 - 372.0 KiB