Skip to content

Cpp连续读取字符/数组

循环模式

cpp
while(!cin)
{
	cin.get();
}

读取字符