cin.getline用法 #include using namespace std; int main() { int i,j; cin>>i>>j; char arr2[i][j]; for (int n=0;n
wenda.so.com