일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Keys
- router
- Express.js
- JavaScript
- map
- Github
- 게임 서버 아키텍처
- pm2
- 비트마스킹
- DP
- 그리디
- string
- trie
- MongoDB
- localstorage
- Binary Lifting
- 트라이
- Prisma
- insomnia
- 누적합
- html5
- 최소 공통 조상
- 그래프 탐색
- 분리 집합
- PROJECT
- 이분 탐색
- HTTP
- ccw 알고리즘
- 자바스크립트
- Next
Archives
- Today
- Total
목록ucpc 2023 예선 d번 (1)
dh_0e

너무 간단한 그리디, 구현 문제 #includeusing namespace std;int n, m, k;char d[501][501];pair f(int y, int x) { int c, max=0; int vi[30] = { 0 }; for (int i = y; i pa=f(i, j); d[i][j] = pa.second; answer += (n/k)*(m/k) - pa.first; } } printf("%d\n", answer); for (int i = 0; i
Problem Solving/Baekjoon
2024. 8. 23. 21:23