put in Chinese word into string array and then output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 ??

20th Apr 2017, 8:00 AM
liliang
liliang - avatar
0 Answers