#include <iostream>
 
int main()
{
   std::cout << "Hallo Welt!" << std::endl;
}