foo.cc: In function 'int main()':
foo.cc:14:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
14 | for(int i=1;i<=n;i++)scanf("%d%d",&a[i].p,&a[i].v);
| ~^ ~~~~~~~
| | |
| int* long long int*
| %lld
foo.cc:14:40: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
14 | for(int i=1;i<=n;i++)scanf("%d%d",&a[i].p,&a[i].v);
| ~^ ~~~~~~~
| | |
| int* long long int*
| %lld
Found 10 testcases.
[Hydro](https://hydro.ac)提供评测服务