Wrong Answer
foo.c: In function 'main':
foo.c:19:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
19 | printf("结果是%d/%d", fenzi / num1, fenmu / num1);
| ~^ ~~~~~~~~~~~~
| | |
| int long long int
| %lld
foo.c:19:27: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
19 | printf("结果是%d/%d", fenzi / num1, fenmu / num1);
| ~^ ~~~~~~~~~~~~
| | |
| int long long int
| %lld
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- A6-2 最大公约数专题:分数的加法
- 比赛
- 2022年迎新赛(第三场)
- 语言
- C
- 递交时间
- 2022-09-16 20:44:53
- 评测时间
- 2022-09-16 20:44:53
- 评测机
- 分数
- 0
- 总耗时
- 8ms
- 峰值内存
- 384.0 KiB