const int x=4;
int arr[x];
이건되는데

const int x=pow(2,2);
int arr[x];
이건왜 안되냐? pow반환값이 double인거랑 관계있음? 구글링존나했는데 못찾겠음

근데 위에껏도 원래는 안되는거아닌가? 모르겠다