string arc;

string temp;

std::cin >> temp;


여기서 temp에 'arc'라는 문자열 받았을 때


temp의 값으로 arc 변수 접근하는 방법없음?