foo.cc: In function ‘int main()’:
foo.cc:8:18: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
8 | for(int i=1;i<=st.size()-1;i++)
| ~^~~~~~~~~~~~~
foo.cc:11:17: error: ‘sum’ was not declared in this scope
11 | sum=sum*p+st[i];
| ^~~
foo.cc:13:17: error: ‘sum’ was not declared in this scope
13 | sum=sum*p+st[i]-'A'+10;
| ^~~
foo.cc:15:11: error: ‘sum’ was not declared in this scope
15 | cout<<sum;
| ^~~