0_0_19656360_31763.cpp: In function 'int main()':
0_0_19656360_31763.cpp:91:5: error: no match for 'operator[]' (operand types are 'int' and 'std::string {aka std::basic_string<char>}')
m[a]=i;
^
0_0_19656360_31763.cpp:106:19: error: 'start' was not declared in this scope
tooshort=getlen(start,end)<=2000.0;
^
0_0_19656360_31763.cpp:114:13: error: no match for 'operator[]' (operand types are 'int' and 'std::string {aka std::basic_string<char>}')
int kk=m[b];
^
|