Wrong Answer

foo.cc: In function 'int main()':
foo.cc:5:29: warning: variable 'i' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                             ^
foo.cc:5:31: warning: variable 'j' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                               ^
foo.cc:5:33: warning: variable 'k' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                                 ^
foo.cc:5:35: warning: variable 'l' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                                   ^
foo.cc:5:37: warning: variable 'm' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                                     ^
foo.cc:5:39: warning: variable 'n' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                                       ^
foo.cc:5:41: warning: variable 'o' set but not used [-Wunused-but-set-variable]
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                                         ^
foo.cc:33:39: warning: 'h' may be used uninitialized [-Wmaybe-uninitialized]
   33 |                                 cout<<h;
      |                                       ^
foo.cc:5:27: note: 'h' was declared here
    5 |         int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
      |                           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 4ms 412.0 KiB
#3 Wrong Answer Read 0, expect 366. 4ms 416.0 KiB
#4 Wrong Answer Read 2144138760, expect 365. 3ms 284.0 KiB
#5 Accepted 3ms 412.0 KiB

信息

递交者
类型
递交
题目
P1025 计算某日期的天数***
语言
C++
递交时间
2023-12-15 16:27:29
评测时间
2023-12-15 16:27:29
评测机
分数
60
总耗时
21ms
峰值内存
416.0 KiB