profile
난멋져
post-thumbnail

[C++] 백준 4134. 다음 소수

소수 판별 알고리즘

31분 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 2485. 가로수

역시나 최대공약수

어제
·
3개의 댓글
·
post-thumbnail

[C++] 백준 1735. 분수 합

더해서 기약분수로 나타내기

어제
·
0개의 댓글
·
post-thumbnail

[C++] 백준 13241. 최소공배수

long long은 -9e18 ~ 9e18

어제
·
0개의 댓글
·
post-thumbnail

[C++] 백준 1934. 최소공배수

least common multiple

어제
·
0개의 댓글
·
post-thumbnail

[Next.js] layout

이름이 같아서 찾기는 조곰 헷갈리는

3일 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 1269. 대칭 차집합

자료구조 unordered_set와 함께하는

4일 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 1764. 듣보잡

제목이 너무하다

4일 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 10816. 숫자 카드 2

원트에 성공

4일 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 2668번 set, dfs

map이랑 비슷한 것 같애

4일 전
·
2개의 댓글
·
post-thumbnail

[C++] 백준 1620번 find()

컨테이너.find(찾을값) vs find(시작, 끝, 찾을값)

4일 전
·
0개의 댓글
·
post-thumbnail

[C++] 백준 7785번 map

안중복하고 정렬된

6일 전
·
4개의 댓글
·
post-thumbnail

[C++] 백준 10815번, 14425번 - 이진 탐색(Binary Search)

stl 활용하기

2024년 11월 21일
·
0개의 댓글
·
post-thumbnail

[Next.js] SSR, hydration, use client

next의 페이지 로딩 속도가 빠른 이유

2024년 11월 20일
·
0개의 댓글
·
post-thumbnail

[C++] lower_bound, upper_bound, vector의 복사

백준 18870. 좌표 압축

2024년 11월 20일
·
0개의 댓글
·
post-thumbnail

[C++] vector 중복 제거

sort, unique, erase를 곁더린

2024년 11월 20일
·
0개의 댓글
·
post-thumbnail

[Next.js] React의 hydration

결국에 hydration은 React 기능이고 next가 그걸 잘 활용한다는 맥락이려나

2024년 11월 19일
·
2개의 댓글
·
post-thumbnail

[C++] 백준 좌표 정렬하기

vector<pair<int, int>>

2024년 11월 19일
·
0개의 댓글
·