汗,#include<iostream>using namespace std;int main(){ char a,b[6]; for(int i=0; i<6; i++){ cin>>a; cout<<"*"; b[i]=a; }}