https://school.programmers.co.kr/learn/courses/30/lessons/12925?language=python3
def solution(s):
return int(s)
이게 젤 간단한거같ㄷr...
알고리즘은 아닌데..
[코딩테스트 입문] 정수 내림차순으로 배치하기(Python3) (0) | 2023.01.03 |
---|---|
[코딩테스트 입문] 하샤드 수(Python3) (0) | 2023.01.02 |
[코딩테스트 입문] x만큼 간격이 있는 n개의 숫자(Python3) (0) | 2023.01.02 |
[코딩테스트 입문] 문자열 내 p와 y의 개수(Python3) (0) | 2022.12.27 |
[코딩테스트 입문] 정수 제곱근 판별(Python3) (0) | 2022.12.27 |