#include stdio.h using namespace std; int main() { printf("Halo, Welt!"); return 0; }