foo.c: In function 'main':
foo.c:8:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
8 | printf("%d\n%d\n%d",x1+x2,x1*x2,x1%x2);
| ~^ ~~~~~
| | |
| int long long int
| %lld
foo.c:8:18: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long int' [-Wformat=]
8 | printf("%d\n%d\n%d",x1+x2,x1*x2,x1%x2);
| ~^ ~~~~~
| | |
| int long long int
| %lld
foo.c:8:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long long int' [-Wformat=]
8 | printf("%d\n%d\n%d",x1+x2,x1*x2,x1%x2);
| ~^ ~~~~~
| | |
| int long long int
| %lld
[Hydro](https://hydro.ac)提供评测服务