Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:22: warning: variable 'i' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                      ^
/in/foo.cc:5:24: warning: variable 'j' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                        ^
/in/foo.cc:5:26: warning: variable 'k' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                          ^
/in/foo.cc:5:28: warning: variable 'l' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                            ^
/in/foo.cc:5:30: warning: variable 'm' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                              ^
/in/foo.cc:5:32: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                                ^
/in/foo.cc:5:34: warning: variable 'o' set but not used [-Wunused-but-set-variable]
  int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o;
                                  ^
/in/foo.cc:33:12: warning: 'h' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout<<h;
            ^
# 状态 耗时 内存占用
#1 Accepted 2ms 372.0 KiB
#2 Accepted 1ms 424.0 KiB
#3 Wrong Answer 1ms 336.0 KiB
#4 Wrong Answer 1ms 336.0 KiB
#5 Accepted 1ms 328.0 KiB

信息

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