#include <bits/stdc++.h> using namespace std; int main(){ vector<string> v={"VERY_SECURE","SECURE","VERY_STRONG","STRONG","AVERAGE","WEAK","VERY_WEAK"}; string m; int grand; while(cin>>m){ grand=0; int salpha=0,balpha=0,numb=0; for(int i=0;i<m.size();++i){ if(m[i]>='a'&&a...