This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <cstring> | |
| #include <string> | |
| using namespace std; // 헤드 파일은 반드시 이 문장 앞쪽에 include해야 한다. | |
| /****************************************************************************** | |
| * 아래 상수 정의는 필요에 따라 변경하여 사용하라. | |
| ******************************************************************************/ | |
| #define AUTOMATIC_ERROR_CHECK false // true: 자동 오류 체크, false: 키보드에서 직접 입력하여 프로그램 실행 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <iostream> | |
| #include <cstring> | |
| #include <string> | |
| using namespace std; // 헤드 파일은 반드시 이 문장 앞쪽에 include해야 한다. | |
| /****************************************************************************** | |
| * 아래 상수 정의는 필요에 따라 변경하여 사용하라. | |
| ******************************************************************************/ | |
| #define AUTOMATIC_ERROR_CHECK false // true: 자동 오류 체크, false: 키보드에서 직접 입력하여 프로그램 실행 |