Ali.cpp: In function 'void {anonymous}::dfs(int, int, int)':
Ali.cpp:16:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
16 | for(int i=0;i<v[x].size();i++){
| ~^~~~~~~~~~~~
Ali.cpp: In function 'std::string SendA(std::string)':
Ali.cpp:43:5: warning: iteration 2147483648 invokes undefined behavior [-Waggressive-loop-optimizations]
43 | for(int i=0;i<14;i--){
| ^~~
Ali.cpp:43:18: note: within this loop
43 | for(int i=0;i<14;i--){
| ~^~~
Ali.cpp:48:5: warning: iteration 2147483648 invokes undefined behavior [-Waggressive-loop-optimizations]
48 | for(int i=0;i<6;i--){
| ^~~
Ali.cpp:48:18: note: within this loop
48 | for(int i=0;i<6;i--){
| ~^~
grader_ali.cpp:10:8: warning: '{anonymous}::_randmem' defined but not used [-Wunused-variable]
10 | char _randmem[12379];
| ^~~~~~~~
Benjamin.cpp: In function 'int Answer(std::string)':
Benjamin.cpp:30:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
30 | for(int i=0;i<T.size();i+=28){
| ~^~~~~~~~~
Benjamin.cpp:47:1: warning: control reaches end of non-void function [-Wreturn-type]
47 | }
| ^