lozinke.cpp: In function 'int main()':
lozinke.cpp:12:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
12 | for(int j = 0;j < a[i].size(); j++){
| ~~^~~~~~~~~~~~~
lozinke.cpp:14:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
14 | for(int k = j; k < a[i].size(); k++){
| ~~^~~~~~~~~~~~~
lozinke.cpp:21:16: error: 'l' was not declared in this scope
21 | for(auto &x:l) ans += m[x];
| ^