leporem91   7년 전

Input

Input will consist of multiple input sets. Each set will consist of a single line of digits representing a valid encryption (for example, no line will begin with a 0). There will be no spaces between the digits. An input line of ‘0’ will terminate the input and should not be processed

번역에 위의 볼드 문장에 대한 내용도 추가되어야 할 것 같습니다.


또, 테스트케이스는 맞은 사람들의 코드를 보면 1010의 답이 1이지만, 답을 출력하지 않는 코드도 있어요! 

1010  -> 1

303 -> 0

101010 -> 1

1515108 -> 4 

등 0이 들어간 테스트 케이스를 추가해야할 것 같습니다!

baekjoon   7년 전

수정했습니다.

댓글을 작성하려면 로그인해야 합니다.