mobitel.cpp:24:8: warning: multi-character character constant [-Wmultichar]
char l='-1';
^~~~
mobitel.cpp:7:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
main(){
^
mobitel.cpp: In function 'int main()':
mobitel.cpp:24:8: warning: overflow in implicit constant conversion [-Woverflow]
char l='-1';
^~~~
mobitel.cpp:25:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int k=0;k<s.size();k++){
~^~~~~~~~~
mobitel.cpp:28:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<mp[i].size();j++){
~^~~~~~~~~~~~~
mobitel.cpp:45:4: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else ans=ans+pas;
^~~~
mobitel.cpp:46:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
l=pas[0];
^