분류 전체보기129 백준 2565번 : 전깃줄 문제 링크 : www.acmicpc.net/problem/2565 풀이에 참고한 링크 : www.acmicpc.net/board/view/8218 내 풀이(2021.2.3.) : DP #include #include #include using namespace std; vector p; vector v; vector dp(500, 1); int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int N; cin >> N; for (int i = 0; i > a >> b; p.push_back(make_pair(a, b)); } sort(p.begin(), p.end()); .. 2021. 2. 3. node.js에서 req.session이 undefined인 경우 jaroinside.tistory.com/15 2021. 2. 2. MySQL을 Ubuntu에 설치하기 dejavuqa.tistory.com/317 2021. 2. 1. Forever로 실행하기 forever start app.js가 되지 않을 경우, forever start www로 하기 (bin 폴더에 있음) 2021. 2. 1. 이전 1 ··· 10 11 12 13 14 15 16 ··· 33 다음