#include using namespace std; int main(){ int in; vector v; char ans[]={"ABC"}; while(cin >> in) v.push_back(in); for(int j=1;j