#include using namespace std; int main() { int x = 2; cout << x["ABCDEF"] << endl; return 0; }