fireworks.cpp: In function 'int main()':
fireworks.cpp:8:12: warning: unused variable 'j' [-Wunused-variable]
8 | int N,M,i,j;
| ^
fireworks.cpp:9:39: warning: unused variable 'x' [-Wunused-variable]
9 | long long a[100000],as = 0,b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
| ^
fireworks.cpp:9:54: warning: unused variable 'y' [-Wunused-variable]
9 | long long a[100000],as = 0,b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
| ^
fireworks.cpp:9:68: warning: unused variable 'ansl' [-Wunused-variable]
9 | long long a[100000],as = 0,b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
| ^~~~