Wrong Answer
foo.c: In function 'main':
foo.c:23:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=]
23 | printf("%lld ", gcd(a, b));
| ~~~^ ~~~~~~~~~
| | |
| | int
| long long int
| %d
foo.c: In function 'gcd':
foo.c:17:1: warning: control reaches end of non-void function [-Wreturn-type]
17 | }
| ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1079 xf1-2最大公倍数与最小公因数
- 语言
- C
- 递交时间
- 2023-10-17 18:24:42
- 评测时间
- 2023-10-17 18:24:42
- 评测机
- 分数
- 0
- 总耗时
- 81ms
- 峰值内存
- 328.0 KiB