Anna.cpp: In function 'void InitA(int, int, int)':
Anna.cpp:19:7: warning: unused variable 'a' [-Wunused-variable]
19 | int a=r-l;
| ^
Anna.cpp: In function 'int Answer()':
Anna.cpp:35:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for (int i=0;i<v.size();)
| ~^~~~~~~~~
Anna.cpp: At global scope:
Anna.cpp:10:7: warning: '{anonymous}::o' defined but not used [-Wunused-variable]
10 | int c,o;
| ^
Anna.cpp:10:5: warning: '{anonymous}::c' defined but not used [-Wunused-variable]
10 | int c,o;
| ^
Anna.cpp:9:13: warning: '{anonymous}::k' defined but not used [-Wunused-variable]
9 | int n, l, r,k;
| ^
Bruno.cpp:11:12: warning: '{anonymous}::c' defined but not used [-Wunused-variable]
11 | int co,o,b,c;
| ^