记录详情

Runtime Error

/in/foo.cc: In function 'bool ip(long long int)':
/in/foo.cc:7:10: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  if(x%400==0&x%100==0||x%4==0&x%100!=0) 
     ~~~~~^~~
/in/foo.cc:7:27: warning: suggest parentheses around comparison in operand of '&' [-Wparentheses]
  if(x%400==0&x%100==0||x%4==0&x%100!=0) 
                        ~~~^~~
# 状态 耗时 内存占用
#1 Runtime Error 1ms 592.0 KiB
#2 Runtime Error 1ms 228.0 KiB

信息

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