Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
기능 요구사항
예외처리 요구사항
[ERROR]
로 시작하는 에러 메시지를 출력하고 프로그램을 종료한다.1.1 공백이 포함된 경우
1.2 자동차 이름이 5자를 초과하는 경우
1.3 자동차 이름이 공백인 경우
1.4 자동차 이름이 중복되는 경우
1.5 자동차가 1대인 경우
1.6 시도 횟수가 숫자가 아닌 경우
1.7 시도 횟수가 0 이하인 경우
1.8 시도 횟수가 정수가 아닌 경우
[ERROR]
로 시작하는 에러 메시지를 출력하고 프로그램을 종료한다.