char list[]={'a','o','y','e','u','i','A','O','Y','E','U','I'}; for (char& a:list){ cout<<a<<endl; }
a o y e u i A O Y E U I
最后更新于6年前
这有帮助吗?