//【例12-2】 用函数get和getline读取数据。 #include using namespace std; int main() { char a,b,c,d; cin.get(a); cin.get(b); c = cin.get(); d = cin.get(); cout<