记录详情

Accepted

/in/foo.cc: In function 'bool is_Leap(long long int)':
/in/foo.cc:7:11: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(a%4==0&&a%100!=0||a%400==0)
     ~~~~~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 232.0 KiB
#2 Accepted 1ms 224.0 KiB

信息

递交者
类型
递交
题目
P1182 闰年祝福
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2020-12-09 14:21:43
评测时间
2020-12-09 14:21:43
评测机
分数
100
总耗时
3ms
峰值内存
232.0 KiB