Accepted

foo.cc: In function 'int main()':
foo.cc:6:23: warning: unused variable 'r' [-Wunused-variable]
    6 |         int y,m,d,sum,r;
      |                       ^
foo.cc:28:20: warning: 'sum' may be used uninitialized in this function [-Wmaybe-uninitialized]
   28 |                 sum+=1;
      |                 ~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 5ms 384.0 KiB
#4 Accepted 5ms 256.0 KiB
#5 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1026 计算某日期的天数***
语言
C++
递交时间
2022-08-29 22:26:40
评测时间
2022-08-29 22:26:40
评测机
分数
100
总耗时
19ms
峰值内存
384.0 KiB