已解决 武建豪 中级天翼 #include<iostream> #include< using namespace std; char a[70]="coco",b[70]="apple",c[70]="mango",d[70]="potato"; int main() { cin>>a>>b>>c>>d; cout<<a<<" "<<b<<" "<<c<<" "<<d; return 0; } 哪里错了武建豪在2020-05-19 22:28:49追加了内容等等,除了头文件