#include #include using namespace std; int main(void){ string S; int count=0; cin>>S; int len=S.length(); string reg; reg="1234567890abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_-"; int l_r=reg.length(); for(int i=0;i=32){ count++; } if(S[i]=' '){ count++; } if(count>0){ printf("400"); break; } for(int j=0;j