[c++] Ugly number(세 수 비교하기), K진수 출력(stack)
Ugly number 내가푼코드 #include #include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int a[1501]; int main() { //freopen("input.txt", "rt", stdin); int n, i, j, x, p1=1, p2=1, p3=1, min=2147000000; scanf("%d", &n); j=1; a[1]=1; i=1; while(i
lecture/algorithm - c++
2020. 12. 31. 19:19
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 교착상태
- client side rendering
- 재귀함수
- 스텍
- dfs
- 퀵정렬
- 최단경로
- 동적프로그래밍
- 세마포어
- 인접행렬
- 배열
- 자료구조
- 병행프로세스
- server side rendering
- 알고리즘
- stackframe
- 소프트웨어
- C++
- react
- 인접리스트
- javascript
- 운영체제
- 이진탐색
- BFS
- 구조체
- C
- 입출력장치
- Stack
- 클래스
- Java
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함