#include #include using namespace std; int main() { cout << "Hello, world!\n"; cerr << "This is an error message.\n"; return EXIT_SUCCESS; }