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)提供评测服务