记录详情

Compile Error

foo.c: In function 'gcd':
foo.c:6:13: warning: type of 'intm' defaults to 'int' [-Wimplicit-int]
    6 |         int gcd(intm,intn)
      |             ^~~
foo.c:6:13: warning: type of 'intn' defaults to 'int' [-Wimplicit-int]
foo.c:17:1: warning: no return statement in function returning non-void [-Wreturn-type]
   17 | }
      | ^
foo.c: In function 'main':
foo.c:17:1: error: expected declaration or statement at end of input
At top level:
foo.c:6:13: warning: 'gcd' defined but not used [-Wunused-function]
    6 |         int gcd(intm,intn)
      |             ^~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1079 xf1-2最大公倍数与最小公因数
比赛
2022年迎新赛(第二场)
语言
C
递交时间
2022-08-27 14:30:04
评测时间
2022-08-27 14:30:04
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes