Compile Error

foo.cc: In function 'int main()':
foo.cc:22:15: error: too many arguments to function 'int coco(int)'
   22 |    if(coco(i,j)==1)
      |               ^
foo.cc:4:5: note: declared here
    4 | int coco(int m)
      |     ^~~~
foo.cc:33:15: error: too many arguments to function 'int coco(int)'
   33 |    if(coco(i,j)==1)
      |               ^
foo.cc:4:5: note: declared here
    4 | int coco(int m)
      |     ^~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1127 幸运数对(2)
语言
C++
递交时间
2021-12-13 20:03:32
评测时间
2021-12-13 20:03:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes