#include <stdio.h>

int main() 
{
    printf("printf(\"Hello world!\\n\");\ncout << \"Hello world!\" << endl;\n");
    return 0;
}