scanf는 표준
scanf_s는 비 표준
가급적 scanf를 사용하자.
#define으로 해결
#define _CRT_SECURE_NO_WARNINGS
SDL 옵션 끄기
#ifndef *ABC* #define *ABC* // blah #endif
#pragma // blah blah