#include<iostream>using namespace std;void main(){char a[12];for(int i=0;i<=12;i++){cin>>a[i];}cout<<a;} 查看完整描述