내가 보려고 만든 정보들

    시간 초과 및 출력 관리 사이트

    Online Compiler and IDE >> C/C++, Java, PHP, Python, Perl and 70+ other compilers and interpreters - Ideone.com Ideone.com Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages. ideone.com

    마크다운 작성 방법

    제목 제목은 #의 개수 html의 ~처럼 6개까지 존재한다. #을 작성 후 제목과 띄어쓰기를 해야 적용됨 # h1 ## h2 ### h3 #### h4 ##### h5 ###### h6 줄 바꿈 줄 바꿈은 문장 뒤에 3칸 이상 띄어쓰기를 통해 가능 이것은 줄바꿈 문장이다.___ 이것은 그 다음 줄 문장이다. 링크 링크는 [Title](link) 형식을 사용한다 [구글](https://google.com) 코드 코드는 ```코드``` 형식을 쓰는데 여기서 `는 키보드 배열 1 옆에 있는 `이며 엔터 옆의 작은 따옴표인 '과는 다르다. 깃헙에서는 '''뒤에 사용 언어를 사용하여 문법 강조가 가능하다 ```python n=int(input()) print(n) ``` 목록 순서가 있는 목록은 1. 을 사용하고..

    시간 복잡도 참고 사이트

    TimeComplexity - Python Wiki TimeComplexity - Python Wiki This page documents the time-complexity (aka "Big O" or "Big Oh") of various operations in current CPython. Other Python implementations (or older or still-under development versions of CPython) may have slightly different performance characteristics. Howe wiki.python.org