string을 char* 형으로 변환해주어 문자열 관련 함수들인 strcmp(), strcat()등을 사용할 수 있게 해준다.
string을 int로 변환할 때 stoi(s) 함수가 오류나면 atoi(s.c_str()) 로 쓰자!