첫 시도! 및 테스트

Updated:

처음 시작하는 블로그

which is shown in the screenshot below: My helpful screenshot

Jekyll also offers powerful support for code snippets:

#include <iostream>
using namespace std;
int main(){
  cout << "hello taxol!" << "\n";
  return;
}

사진 등록 및 크기 확인

2의 N승 : 2N 로그 2의 N: log2N

DFS로 실패한 코드

여기에 숨길 내용 작성

테이블 만들기 | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | |—-|—-|—-|—-|—-|—-|—-|—-|—-|—-|—-|—-| | T | 5 | 4 | 3 | 2 | 1 | 1 | 2 | 3 | 4 | 5 | x | | P | 50 | 40 | 30 | 20 | 10 | 10 | 20 | 30 | 40 | 50 | x | | DP | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |

Check out the Jekyll docs for more info on how to get the most out of Jekyll. File all bugs/feature requests at Jekyll’s GitHub repo. If you have questions, you can ask them on Jekyll Talk.

블로그 통해서 만들었어요! 감사합니다..

Categories:

Updated: