프로그래밍/C++
1. std::cout << "Hello World"; int value; 2. std::cin >> value; 3. std::endl
1. 출력
2. 입력
3. \n (줄바꿈)