#include <iostream>
#include "a.h"
int main() {
std::cout << "Hello " + a() << std::endl;
return 0;
}