DeepFlowest

[CodeUp]기초100제(python)_1083번 : [종합] 3 6 9 게임의 왕이 되자! 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1083번 : [종합] 3 6 9 게임의 왕이 되자!

Orange57 2020. 3. 31. 13:34
728x90
반응형
SMALL

문제 :

3 6 9 게임을 하던 영일이는 3 6 9 게임에서 잦은 실수로 계속해서 벌칙을 받게 되었다.
3 6 9 게임의 왕이 되기 위한 마스터 프로그램을 작성해 보자.

[참고]
중첩의 원리
반복 실행 구조 안에 선택 실행 구조를 자유롭게 중첩할 수 있다.

 

답 :

코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp

 

Yearang-Lee/Algorithm

Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST
Comments