记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:13: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
    if(j%4==0&&j%100!=0||j%400==0) cnt++;
       ~~~~~~^~~~~~~~~~
/in/foo.cc:6:7: warning: variable 'a' set but not used [-Wunused-but-set-variable]
  int *a;
       ^
FormatError('config file not found',)

信息

递交者
类型
递交
题目
P1012 闰年祝福
语言
C++
递交时间
2021-02-21 13:34:05
评测时间
2021-02-21 13:34:05
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes