#include <stdio.h>


int main(void)

{

printf("Hello World! \n");

int num;


while (;;)

{

scanf("%d", &num);


}


return 0;

}


 error C4996: 'scanf': This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details



저기 가 틀렸다는데 뮤ㅓ가 틀린거야 아무리 봐도 모르겠다;