+ 1
put in Chinese word into string array and then output
code like: string a[2]; cin>>a[0]>>a[1];//put in Chinese word like æäșź here cout<<a[0]<<a[1];//output result is ??
1 Answer
code like: string a[2]; cin>>a[0]>>a[1];//put in Chinese word like æäșź here cout<<a[0]<<a[1];//output result is ??