#include using namespace std; int a[3],b[3]; int main(){ cin>>a[0]>>a[1]>>a[2]; b[0]=a[0];b[1]=a[1];b[2]=a[2]; sort(b,b+3); if(b[2]==a[0]) cout<<"A"<