일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 게임 서버 아키텍처
- PROJECT
- html5
- Github
- 백준 28298번
- router
- Express.js
- 그래프 탐색
- 백준 9466번
- map
- string
- Next
- Prisma
- pm2
- 백준 9328번
- ccw 알고리즘
- 자바스크립트
- branch
- MySQL
- JavaScript
- insomnia
- visual studio code interactive 디버깅
- vsc 디버깅
- MongoDB
- stack을 이용한 dfs
- 이분 탐색
- 그리디
- HTTP
- ERD
- localstorage
Archives
- Today
- Total
목록ucpc 2023 예선 d번 (1)
dh_0e
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/dFWI7K/btsJd6JMvtW/lkZR4xgdCi16J4bKX0xG90/img.png)
너무 간단한 그리디, 구현 문제 #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
알고리즘/Baekjoon
2024. 8. 23. 21:23