코딩테스트/SW Expert Academy

SWEA. D2 - 1928. Base64 Decoder Python

1son 2023. 10. 28. 10:53

👩‍💻문제링크

 

SW Expert Academy

SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요!

swexpertacademy.com

문제를 이해하기 어려웠다. 

다른 사람의 풀이를 참고하였다.

 

 

📌참고 블로그

 

SWEA[D2] (Python) 1928번 Base64 Decoder 풀이

Python으로 구현한 1928번 Base64 Decode 문제 풀이입니다. https://swexpertacademy.com/main/code/problem/problemDetail.do?problemLevel=2&contestProbId=AV5PR4DKAG0DFAUq&categoryId=AV5PR4DKAG0DFAUq&categoryType=CODE&problemTitle=&orderBy=FIRST_REG_

unie2.tistory.com

 

 

[SWEA 코딩] Base64 Decoder - PYTHON #1928

소스 코드(라이브러리 X) T = int(input()) # 표 1 decode = ['A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z', 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u'

swbeginner.tistory.com