#include <iostream>
using namespace std;

int main() {
    cout << "Olá, Mundo!" << endl;
    return 0;
}
