// Online C++ Compiler
#include <iostream>
using namespace std;
int main() {
cout << "Hello program!\n";
return 0;
}