알고리즘/코드업
[CodeUp]기초100제(python)_1073번 : [조건/반복실행구조] 0 입력될 때까지 무한 출력하기2
Orange57
2020. 3. 30. 15:04
728x90
반응형
SMALL
문제 :
정수가 순서대로 입력된다.
-2147483648 ~ +2147483647, 단 개수는 알 수 없다.
0이 아니면 입력된 정수를 출력하고, 0이 입력되면 출력을 중단해보자.
답 :
코드 : 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