Compile Error

foo.cc: In function 'int main()':
foo.cc:7:23: error: expected primary-expression before 'int'
  WeekdayOfTheFirstDay(int year,int month);
                       ^~~
foo.cc:7:32: error: expected primary-expression before 'int'
  WeekdayOfTheFirstDay(int year,int month);
                                ^~~
foo.cc:7:2: error: 'WeekdayOfTheFirstDay' was not declared in this scope
  WeekdayOfTheFirstDay(int year,int month);
  ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1089 计算星期几
语言
C++
递交时间
2021-07-24 12:18:04
评测时间
2021-07-24 12:18:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes