Compile Error

foo.cc: In function 'int abv(int)':
foo.cc:19:1: warning: no return statement in function returning non-void [-Wreturn-type]
   19 | }
      | ^
foo.cc: In function 'int main()':
foo.cc:24:9: error: too many arguments to function 'int abv(int)'
   24 |  abv(x,y);
      |         ^
foo.cc:5:5: note: declared here
    5 | int abv(int n)
      |     ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1041 *组成的图形(1)
语言
C++
递交时间
2022-07-21 18:14:57
评测时间
2022-07-21 18:14:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes