#include <iostream>
using namespace std;

main(){
	printf("Hello C!");
}

