Wrong Answer

foo.cc: In function 'int WeekdayOfTheFirstDay(int, int)':
foo.cc:58:16: warning: unused variable 'count' [-Wunused-variable]
  int a=0,i,j,c,count;
                ^~~~~
foo.cc: In function 'int main()':
foo.cc:74:8: warning: unused variable 'b' [-Wunused-variable]
  int a,b=0,c=0,i,j,d,year,month;
        ^
foo.cc:74:27: warning: unused variable 'month' [-Wunused-variable]
  int a,b=0,c=0,i,j,d,year,month;
                           ^~~~~
foo.cc: In function 'int DaysOfMonth(int, int)':
foo.cc:54:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Standard answer longer than user output. 2ms 416.0 KiB

信息

递交者
类型
自测
题目
P1103 打印年历
语言
C++
递交时间
2021-08-16 20:55:37
评测时间
2021-08-16 20:55:37
评测机
分数
0
总耗时
2ms
峰值内存
416.0 KiB