Anna.cpp: In function 'void Anna(int, std::vector<char>)':
Anna.cpp:28:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | for(int i=0;i<vec.size();i++) {
| ~^~~~~~~~~~~
Anna.cpp:29:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
29 | if (s[vec[i]]=='X'||i+1==vec.size()) {
| ~~~^~~~~~~~~~~~
Anna.cpp: At global scope:
Anna.cpp:7:5: warning: '{anonymous}::variable_example' defined but not used [-Wunused-variable]
7 | int variable_example = 0;
| ^~~~~~~~~~~~~~~~
Bruno.cpp: In function 'void Bruno(int, int, std::vector<int>)':
Bruno.cpp:34:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for(int i=1;i<vec.size();i++) {
| ~^~~~~~~~~~~
Bruno.cpp:17:9: warning: variable 'en' set but not used [-Wunused-but-set-variable]
17 | int en;
| ^~
Bruno.cpp: At global scope:
Bruno.cpp:10:6: warning: '{anonymous}::er' defined but not used [-Wunused-variable]
10 | bool er[250000];
| ^~
Bruno.cpp:9:5: warning: '{anonymous}::arr' defined but not used [-Wunused-variable]
9 | int arr[250000];
| ^~~
Bruno.cpp:8:5: warning: '{anonymous}::pr' defined but not used [-Wunused-variable]
8 | int pr[262144];
| ^~
Bruno.cpp:7:5: warning: '{anonymous}::dp' defined but not used [-Wunused-variable]
7 | int dp[262144];
| ^~