공백을 기준으로 string 저장

char order; int num; stringstream str(op); str >> order; str >> num;

op = “I 16”

order == ‘I”

num == 16;