This repository is being for practice coding-test
If you have any questions, you can use Issues tap
-
메세지 규약: [문제 출처 사이트 약자]/ 문제 번호/ 난이도
-
ex) [BOJ] / 1439 / bronze
-
(백준:BOJ, 프로그래머스:PMS, 릿코드:LCD)
-
-
파일 형식: .py(문제 당 1개)
-
주석: 문제 링크, 사용한 메모리, 걸린 시간 등
- ex) #link: https://www.acmicpc.net/problem/1439
- ex) #memory: 30840KB
- ex) #time: 76ms