DeepFlowest

[CodeUp]기초100제(python)_1030번 : [데이터형] 정수 1개 입력받아 그대로 출력하기3 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1030번 : [데이터형] 정수 1개 입력받아 그대로 출력하기3

Orange57 2020. 3. 7. 00:06
728x90
반응형
SMALL

문제 : 

정수 1개를 입력받아 그대로 출력해보자.
단, 입력되는 정수의 범위는
-9,223,372,036,854,775,808 ~ +9,223,372,036,854,775,807 이다.


답 : 


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