foo.cc: In function 'int print(int)':
foo.cc:21:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
21 | printf("%d",now[nw]);
| ~^ ~~~~~~~
| | |
| int long long int
| %lld
foo.cc: In function 'int main()':
foo.cc:26:13: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
26 | scanf("%d%d",&n,&m);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:26:15: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
26 | scanf("%d%d",&n,&m);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:28:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
28 | scanf("%d",&x[i]);
| ~^ ~~~~~
| | |
| | long long int*
| int*
| %lld
[Hydro](https://hydro.ac)提供评测服务