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