#include #include using namespace std; int main(void) { string str; str = "Hello world!"; printf("str"); return 0; }