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:32: warning: unused variable 'x' [-Wunused-variable]
    9 |  long long a[100000],b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
      |                                ^
fireworks.cpp:9:47: warning: unused variable 'y' [-Wunused-variable]
    9 |  long long a[100000],b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
      |                                               ^
fireworks.cpp:9:61: warning: unused variable 'ansl' [-Wunused-variable]
    9 |  long long a[100000],b[100000],x = 1000000000,y = 0,ans = 0,ansl = 1000000000;
      |                                                             ^~~~