엌 님들 맵만들때 크기 뭘로하세요
니지
2023.04.01
-
블랙캣
int *p = new int[1000 * 1000];
p[x * 1000 + y] 와 같은 모양으로 접근
사용후 delete[] p; -
한길찬
map[25][25][25]