일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DRF
- MAC
- 장고
- Git
- Django
- Algorithm
- react
- django ORM
- django widget
- web
- javascript
- c++
- form
- 알고리즘
- 파이썬
- HTML
- java
- es6
- PYTHON
- 알고리즘 연습
- js
- Baekjoon
- CSS
- API
- 알고리즘 풀이
- django rest framework
- AWS
- 파이썬 알고리즘
- 백준
- 알고리즘 문제
Archives
- Today
- Total
목록BAEKJOON 17968 C++ (1)
수학과의 좌충우돌 프로그래밍

[C++] BAEKJOON 17968 Fire on Field (acm-icpc)
https://www.acmicpc.net/problem/17968 17968번: Fire on Field We define A as a sequence of positive integers like the following. Let A[0] = 1, A[1] = 1. For a positive integer i ≥ 2, A[i] is the smallest positive integer under the condition that no three terms A[i − 2k], A[i − k], and A[i] form an arithmetic progress www.acmicpc.net 2019 acm icpc Seoul A번 입니다. 해당 대회의 문제 중에 제일 쉬운 문제로 단순 구현 문제입니다. #..
알고리즘/C++
2019. 11. 13. 20:29