short N;

using string = char[];

cin >> N;

string* fileName = new string[N];
이렇게 했는데
비주얼 스튜디오에서 C++ 배열에 이 형식의 요소를 사용할 수 없습니다. 이러네