#include using namespace std; typedef long long LL; int main() { LL N;cin>>N; if(N==0){ cout<<'A'<