알고리즘/코드업
[CodeUp]기초100제(python)_1094번 : [1차원배열] 이상한 출석 번호 부르기2
Orange57
2020. 4. 5. 00:24
728x90
반응형
SMALL
문제 :
출석 번호를 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