#include using namespace std; using ll = long long; templatebool chmax(T &a, const T &b) { if (abool chmin(T &a, const T &b) { if (b P; int main(){ cin.tie(0); ios::sync_with_stdio(false); vector

A; FOR(i, 0, 3){ ll h; cin >> h; char name = 'A' + i; A.push_back(P(h, name)); } sort(ALL(A), greater

()); for(auto pa : A){ p(pa.second); } return 0; }