#include "defs.h"
#include <iostream>
int main() {
std::cout << LC230927::decodeAtIndex("a2b3c4d5e6f7g8h9", 9);
return 0;
}