const를 #define SIZE 1000001 으로 바꾸면 된다는 군요... stackoverflow 에서 찾음, (
larsr라는 분이 | The reason for this warning is that const in c doesn't mean constant. It means "read only". So the value is stored at a memory address and could potentially be changed by machine code. |
)라고 하네요.
그리고 여전히 틀렸습니다로 나옵니다...
pineleaf1215 4년 전
dev로 컴파일 돌리면 우선 돌아가는데...
제출하면 컴파일 에러라고 뜨네요.. 왜 그런거죠?.