foo.cc: In function 'int main()':
foo.cc:18:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
18 | scanf("%d%d%d%d",&m,&n,&kk,&ll);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:18:15: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
18 | scanf("%d%d%d%d",&m,&n,&kk,&ll);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:18:17: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
18 | scanf("%d%d%d%d",&m,&n,&kk,&ll);
| ~^ ~~~
| | |
| int* long long int*
| %lld
foo.cc:18:19: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
18 | scanf("%d%d%d%d",&m,&n,&kk,&ll);
| ~^ ~~~
| | |
| int* long long int*
| %lld
foo.cc:22:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
22 | scanf("%d",&t[i][j]);
| ~^ ~~~~~~~~
| | |
| | long long int*
| int*
| %lld
foo.cc:37:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
37 | printf("%d",ans-kk);
| ~^ ~~~~~~
| | |
| int long long int
| %lld
[Hydro](https://hydro.ac)提供评测服务