You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifndef GLOBAL_H_
#define GLOBAL_H_
# Global.h
/**
* 공용 필수 라이브러리 포함 부분
*/
#include <iostream>
#include <cstring>
#include <cstdio>
#include <cstdlib>
/**
* 이 다음 부분에 사용자 정의 라이브러리들을 포함
*/
#endif