#include
#include
using namespace std; int main() { string myString = "Hello"; cout << myString[1]; return 0; }
e