Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:8: error: too few arguments to function 'int md(int, int)'
  a=md(a)+b-1;
        ^
/in/foo.cc:4:5: note: declared here
 int md(int a,int b){
     ^~

信息

递交者
类型
递交
题目
P2651 月历
语言
C++
递交时间
2024-05-25 08:58:36
评测时间
2024-05-25 08:58:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes