#include using namespace std; int main(){ string n; cin >> n; bool y = true; if(n.at(0) != 'A') y = false; else{ for(int i=2;i