출처 : https://www.acmicpc.net/problem/1107 1. 완전탐색을 통해 모든 케이스를 체크한다. #include #include using namespace std; #define MAX_ERR 11 int i, j, N, ERR, count1, count2;int a[MAX_ERR], result; void input(){ int aa; cin >> N; cin >> ERR; for (i = 1;i > aa; a[aa] = 1; }} int zari(int n){ int zari = 0; do { n = n / 10; zari++; } while (n > 0); return zari;} bool check(int n){ if (n == 0) { if (a[0] == 1) ret..
출처 : https://www.acmicpc.net/problem/1389 1. 총 N명을 각각 bfs 돌며 합을 구한다.2. 합을 비교하여 출력한다. #include #include #include #include using namespace std; vector a[101];int c[101], d[101], ans[101], t = 1000;int N, M, r1, r2; void BFS(int p){queue q;q.push(p);c[p] = 1;while (!q.empty()){int x = q.front();q.pop();for (int i = 0; i < a[x].size(); i++){int y = a[x][i];if (c[y] == 0){q.push(y);c[y] = 1;d[y] = d[..
출처 : https://www.acmicpc.net/problem/14888 #include using namespace std; int N, a[11], b[4], c[10], ans[2], t, r; int main() {ios::sync_with_stdio(false); cin.tie(0); cin >> N; for (int i = 0; i > a[i]; ans[0] = -1e9; ans[1] = 1e9;for (int i = 0; i > r; b[i] = r; while (r--) { c[t++] = i; } }do {r = a[0]; t = 1;for (int i = 0; i < N-1; i++) {if (c[i] == 0)r += a[t..
- Total
- Today
- Yesterday
- 연구소 3
- 알고리즘
- 17140
- 시간 복잡도
- boj
- 2018 KAKAO BLIND RECRUITMENT
- 이차원 배열과 연산
- 백준
- 17837
- SW Expert Academy
- 17142
- string
- scanf
- 미세먼지 안녕!
- 새로운 게임 2
- 트렌드
- DFS
- 17143
- DP
- STL
- SWEA
- 게리맨더링 2
- 팁
- 삼성
- 2018 카카오 블라인드 채용
- 역량 테스트
- 17144
- hackerrank
- 입출력
- 17779
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |