bobek.cpp: In function 'int main()':
bobek.cpp:25:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(long long j=0; j<=tab.size(); j++)
                            ~^~~~~~~~~~~~
bobek.cpp:23:19: warning: unused variable 'nomb' [-Wunused-variable]
         long long nomb=0;
                   ^~~~
bobek.cpp:10:9: warning: unused variable 'pluss' [-Wunused-variable]
     int pluss=0;
         ^~~~~
bobek.cpp:11:9: warning: unused variable 'moins' [-Wunused-variable]
     int moins=0;
         ^~~~~
bobek.cpp:8:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld%lld",&n,&m);
     ~~~~~^~~~~~~~~~~~~~~~~~
bobek.cpp:14:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld",&d);
         ~~~~~^~~~~~~~~~~