/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:31:22: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   if(y%400==0||y%4==0&&y%100!=0)
                ~~~~~~^~~~~~~~~~
foo.cc: In function 'int day(int, bool)':
foo.cc:21:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:12:4: warning: 'rn' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(rn)
    ^~
foo.cc:26:7: note: 'rn' was declared here
  bool rn;
       ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 408.0 KiB
#6 Accepted 2ms 432.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 2ms 440.0 KiB
#9 Accepted 2ms 412.0 KiB
#10 Accepted 2ms 420.0 KiB

信息

递交者
类型
递交
题目
P1211 生日日数
语言
C++
递交时间
2021-08-04 17:57:49
评测时间
2021-08-04 17:57:49
评测机
分数
100
总耗时
24ms
峰值内存
440.0 KiB