#include <stdio.h>
#include <windows.h>
int main()
{
 puts ("Hello my world!");
 return(0);
 system("pause");
}

 

마이크로 비주얼 c++

 

저기 hello "my" world! 이렇게 집어넣으면 오류 나는데