rqnoj 224 手机

rqnoj 224 手机
Here is my code:
#include < iostream >
#include
< string >
using   namespace  std;
const   int  r[] = { 1 , 2 , 3 , 1 , 2 , 3 , 1 , 2 , 3 , 1 , 2 , 3 , 1 , 2 , 3 , 1 , 2 , 3 , 4 , 1 , 2 , 3 , 1 , 2 , 3 , 4 };
int  main()
{
    
string  s;
    
long  len,ans;
    getline(cin,s);
    len
= s.length();
    ans
= 0 ;
    
for ( long  i = 0 ;i < len;i ++ )
        
if (s.at(i) >= ' a ' && s.at(i) <= ' z ' )
            ans
+= r[s.at(i) - ' a ' ];
        
else  ans += 1 ;
    cout
<< ans << endl;
return   0 ;
}

你可能感兴趣的:(rqnoj 224 手机)