반응형
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 |
Tags
- 자바스크립트
- typescript
- 타입스크립트
- 프로그래머스
- Algorithm
- 백준
- HTTP 완벽 가이드
- socket
- 소켓
- Crawling
- dp
- HTTP
- ip
- 프로그래머스 레벨 2
- Nestjs
- dfs
- 크롤링
- javascript
- 가천대
- 문자열
- 그래프
- 알고리즘
- type challenge
- 수학
- BFS
- 쉬운 문제
- 타입 챌린지
- Node.js
- TCP
- 레벨 1
Archives
- Today
- Total
목록태그 이제 귀찮다 (1)
kakasoo

문제를 처음 접했을 때, 이걸 어떻게 하라는 건가 싶었다. 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455#include using namespace std; int k, n;unsigned long long int arr[10000]; int counted; bool cutting(int standard){ counted = 0; for (int i = 0; i = standard) { temp -= standard; counted++; } } if (counted >= n) return true; else return false;} int main(void){ cin ..
프로그래밍/알고리즘 풀이
2020. 3. 1. 12:12