foo.cc: In function 'int main()':
foo.cc:52:17: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:52:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:52:21: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:52:23: warning: format '%d' expects argument of type 'int*', but argument 5 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:52:25: warning: format '%d' expects argument of type 'int*', but argument 6 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
foo.cc:52:27: warning: format '%d' expects argument of type 'int*', but argument 7 has type 'long long int*' [-Wformat=]
52 | scanf("%d%d%d%d%d%d",&n,&m,&q,&u,&v,&t);
| ~^ ~~
| | |
| int* long long int*
| %lld
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务