norela.cpp: In function 'void bkt(int, long long int)':
norela.cpp:9:46: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
9 | if(mask == (1LL << n) - 1 && (aux.size() <= mn)){
| ~~~~~~~~~~~^~~~~
norela.cpp: In function 'int main()':
norela.cpp:23:20: warning: unused variable 'no' [-Wunused-variable]
23 | int q, bit, i, no, mask, cmask;
| ^~
norela.cpp:23:24: warning: unused variable 'mask' [-Wunused-variable]
23 | int q, bit, i, no, mask, cmask;
| ^~~~
norela.cpp:23:30: warning: unused variable 'cmask' [-Wunused-variable]
23 | int q, bit, i, no, mask, cmask;
| ^~~~~
norela.cpp:24:15: warning: unused variable 'rez' [-Wunused-variable]
24 | long long rez;
| ^~~
norela.cpp:25:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
25 | scanf("%d%d", &n, &m);
| ~~~~~^~~~~~~~~~~~~~~~
norela.cpp:27:12: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
27 | scanf("%d", &q);
| ~~~~~^~~~~~~~~~
norela.cpp:29:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
29 | scanf("%d", &bit);
| ~~~~~^~~~~~~~~~~~