2018 KAKAO BLIND RECRUITMENT :: 2018 카카오 블라인드 채용 1차 코딩 테스트 :: 뉴스 클러스터링 출처 : https://programmers.co.kr/learn/courses/30/lessons/17677 #include #include using namespace std; inline bool check(char a, char b) { return (a >= 65 && b >= 65 && a
2018 KAKAO BLIND RECRUITMENT :: 2018 카카오 블라인드 채용 1차 코딩 테스트 :: 셔틀버스 출처 : https://programmers.co.kr/learn/courses/30/lessons/17678# #include #include #include using namespace std; string solution(int n, int t, int m, vector timetable) {string answer = "";int arr[2000], ans;int num = timetable.size();for (int i = 0; i < num; i++) {arr[i] = ((((timetable[i].at(0) - '0') * 10) + (timetable[i].at(1) -..
2018 KAKAO BLIND RECRUITMENT :: 2018 카카오 블라인드 채용 1차 코딩 테스트 1차 코딩 테스트 :: 비밀지도 출처 : https://programmers.co.kr/learn/courses/30/lessons/17681 #include #include using namespace std; vector solution(int n, vector arr1, vector arr2) {vector answer(n);for (int i = 0; i < n; i++) arr1[i] |= arr2[i]; for (int i = 0; i < n; i++){for (int j = 0; j < n; j++){answer[i] = (arr1[i] % 2 == 1 ? "#" : " ") + answ..
2018 KAKAO BLIND RECRUITMENT :: 2018 카카오 블라인드 채용 1차 코딩 테스트 :: 캐시 출처 : https://programmers.co.kr/learn/courses/30/lessons/17680# #include #include using namespace std; inline bool check(string s1, string s2) { if (s1.size() != s2.size()) return false;for (int i = 0; i 90) ? (s2.at(i) - 32) : (s2.at(i) + 32));if (!(s1.at(i) == s2.at(i) || s1.at(i) == tmp))..
2018 KAKAO BLIND RECRUITMENT :: 2018 카카오 블라인드 채용 1차 코딩 테스트 :: 다트 게임 출처 : https://programmers.co.kr/learn/courses/30/lessons/17682 #include #include using namespace std;vector v; int solution(string dartResult) {int answer = 0; int cnt = -1; v.clear();for (int i = 0; i = 48 && tmp =0 && j >= cnt-1; j--) v[j] *= 2;}else if (tmp == 35)..
2017 카카오코드 예선 :: 카카오프렌즈 컬러링북 출처 : https://programmers.co.kr/learn/courses/30/lessons/1829# #include #include #include #include using namespace std; int M, N, number_of_area, max_size_of_one_area;bool visited[100][100];int dir[4][2] = { {1,0},{-1,0},{0,1},{0,-1} };vector v; inline bool check(int i, int j) { return ((i >= 0 && j >= 0 && i < M && j < N) ? true : false); } int cal(int i, int j, int ..
SW Expert Academy :: SWEA :: 5436 :: 동욱이의 조판하기 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWV5nLjas4cDFAV4&categoryId=AWV5nLjas4cDFAV4&categoryType=CODE #include #include #include #include using namespace std; int arr[500005], check[500005], a, b;long long ans; long long cal(int num, int m, long long aa) {for (int i = m - 1; i = 0) {aa += (arr[check[i]]..
SW Expert Academy :: SWEA :: 5431 :: 민석이의 과제 체크하기 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWVl3rWKDBYDFAXm&categoryId=AWVl3rWKDBYDFAXm&categoryType=CODE #include #include #include using namespace std; int arr[101], N, K;vector v; int main(void) {std::ios::sync_with_stdio(false); cin.tie(0); int T; cin >> T;for (int tc = 1; tc > N >> K; int tmp;fill(a..
BOJ :: 백준 :: 2174 :: 로봇 시뮬레이션 출처 : https://www.acmicpc.net/problem/2174 #include #include using namespace std; struct R {int i, j, d;int r, c, n;};int N, M, n1, n2, map[101][101];int dd[4][2] = { {-1,0},{0,1},{1,0},{0,-1} };R ro[101], co[101]; int main() {std::ios::sync_with_stdio(false); cin.tie(0); cin >> M >> N; cin >> n1 >> n2; char tmp;for (int i = 1; i > ro[i].j >> ro[i].i >> tmp;if (tmp =..
- Total
- Today
- Yesterday
- 입출력
- 17779
- 2018 KAKAO BLIND RECRUITMENT
- 2018 카카오 블라인드 채용
- 미세먼지 안녕!
- 게리맨더링 2
- 연구소 3
- 트렌드
- SW Expert Academy
- 17140
- DFS
- 이차원 배열과 연산
- SWEA
- 역량 테스트
- 17837
- 알고리즘
- 시간 복잡도
- 새로운 게임 2
- 백준
- 팁
- string
- hackerrank
- 17142
- DP
- 삼성
- 17144
- 17143
- scanf
- boj
- STL
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |