www.acmicpc.net/problem/5622 5622번: 다이얼 문제 상근이의 할머니는 아래 그림과 같이 오래된 다이얼 전화기를 사용한다. 전화를 걸고 싶은 번호가 있다면, 숫자를 하나를 누른 다음에 금속 핀이 있는 곳 까지 시계방향으로 돌려야 한다. � www.acmicpc.net #include using namespace std; int main() { //문자열 입력 -> 문자나누기 -> 해당되는 시간초 증가 string input; int count = 0; char temp; cin>>input; for(int i=0; i