Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CSS
- 숙명여자대학교 정보보안 동아리
- lob
- HTML
- 드림핵
- WarGame
- Sookmyung Information Security Study
- PHP 웹페이지 만들기
- Javascript
- 파이썬
- siss
- c
- XSS Game
- 기계학습
- BOJ Python
- SWEA
- c++
- hackerrank
- 자료구조 복습
- 생활코딩
- BOJ
- 풀이
- 웹페이지 만들기
- C언어
- hackctf
- The Loard of BOF
- 숙명여자대학교 정보보안동아리
- 머신러닝
- 백준
- Python
Archives
- Today
- Total
목록1003번 (1)
혜랑's STORY
[BOJ_C++] 1003번 : 피보나치
# 문제 # 풀이 #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int d[41] = { 0, 1 }; for (int i = 2; i > t; for (int i = 0; i > n; if (n == 0) printf("1 0\n"); else printf("%d %d\n", d[n-1], d[n]); } return 0; } 제한시간이 매우 짧기 때문에 재귀함수를 사용하여 문제를 해결하면 시..
무지성 공부방/알고리즘 해결
2021. 7. 30. 13:01