DeepFlowest

[CodeUp]기초100제(python)_1072번 : [조건/반복실행구조] 정수 입력받아 계속 출력하기 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1072번 : [조건/반복실행구조] 정수 입력받아 계속 출력하기

Orange57 2020. 3. 30. 14:59
728x90
반응형
SMALL

문제 :

n개의 정입력된다.
-2147483648 ~ +2147483647, 단 n의 최대 개수는 알 수 없다.

n개의 입력된 정수를 순서대로 출력해보자.

답 :

코드 : 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