#includeusing namespace std; void reserve() { char c;//定义一个字符的操作处理 c = getchar(); if('.'!=c)//当我们遇到的是.的时候我们继续进行输入数据进去 { reserve(); } cout<

#includeusing namespace std; void reserve() { char c;//定义一个字符的操作处理 c = getchar(); if('.'!=c)//当我们遇到的是.的时候我们继续进行输入数据进去 { reserve(); } cout<