#include <iostream>
using namespace std;
    
int main() {
    cout << "Hello C++ 14"; 
        return 0;
}