PS-Solve PS 풀이 저장용 repository PS 환경 Programming Language C++ IDE vscode visual studio 2019 Algorithm Site Baekjoon Online Judge: https://www.acmicpc.net/ AtCoder: https://atcoder.jp/ CodeForce: https://codeforces.com/ Programmers: https://programmers.co.kr/ commit 규칙 플랫폼별 commit 메시지 작성법 : 백준 백준 {번호} {난이도} git commit -m "백준 1014번 실버1" 앳코더 AtCoder {난이도} {회차} (Performance : {점수}) git commit -m "AtCoder Beginner 217 (Performance : 607)" 코드포스 CodeForce {콘테스트명} git commit -m "Codeforces Round #770 (Div. 2)" 프로그래머스 프로그래머스 {레벨} | {문제명} git commit -m "프로그래머스 level 1 | '로또의 최고 순위와 최저 순위'"