./Main.cpp: In function 'int main()':
./Main.cpp:69:15: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
69 | scanf("%lld%lld%lld",&n,&m,&Q);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:69:19: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
69 | scanf("%lld%lld%lld",&n,&m,&Q);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:69:23: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
69 | scanf("%lld%lld%lld",&n,&m,&Q);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:80:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
80 | scanf("%lld%lld",&x,&y);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:80:27: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
80 | scanf("%lld%lld",&x,&y);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:90:23: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
90 | scanf("%lld%lld%lld",&x,&L,&R);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:90:27: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'int*' [-Wformat=]
90 | scanf("%lld%lld%lld",&x,&L,&R);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d
./Main.cpp:90:31: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
90 | scanf("%lld%lld%lld",&x,&L,&R);
| ~~~^ ~~
| | |
| | int*
| long long int*
| %d