Accepted

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: variable 'b' set but not used [-Wunused-but-set-variable]
  int a,b,c,i,j,d,year,count;
        ^
foo.cc:74:23: warning: variable 'count' set but not used [-Wunused-but-set-variable]
  int a,b,c,i,j,d,year,count;
                       ^~~~~
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 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 404.0 KiB

信息

递交者
类型
递交
题目
P1103 打印年历
语言
C++
递交时间
2021-08-16 21:07:40
评测时间
2021-08-16 21:07:40
评测机
分数
100
总耗时
4ms
峰值内存
404.0 KiB