#include<iostream> using namespace std; int main(){ string h="Hello,world!"; cout<<h; return 0; }
???????????