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 | 31 |
Tags
- 완전탐색
- dfs
- dynamic programming
- SWEA
- 그리디
- C++
- 알고리즘
- sw expert academy
- 구현
- 해커랭크
- 삼성 SDS 대학생 알고리즘 특강
- 백트래킹
- DP
- 다이나믹 프로그래밍
- hackerrank
- 브루트포스
- 맛집
- 삼성 기출
- 시뮬레이션
- PS
- BFS
- 동적 계획법
- BOJ
- 에라토스테네스의 체
- 스택
- 백준
- Algorithm
- 잠실
- koitp
- 소수
Archives
- Today
- Total
목록개미 (1)
펭로그
[C++] 백준 BOJ 3048 개미
문제링크 : https://boj.kr/3048 개미 그룹이 서로 -> 는 소문자 str[n1 - i]; str[n1 - i] = str[n1 - i] - 'A' + 'a';}for (int i = n1; i > str[i];cs 12345678910111213141516171819202122232425262728293031323334353637383940414243444546// BOJ 3048 개미#include #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); freopen("../input.txt", "r", stdin); int n1, n2, cnt; c..
Study/PS(Algorithm)
2018. 9. 21. 11:24