출처 : https://www.hackerrank.com/challenges/solve-me-first/problem #include #include #include #include #include using namespace std; int solveMeFirst(int a, int b) { return a+b;} int main() { int num1, num2; int sum; cin>>num1>>num2; sum = solveMeFirst(num1,num2); cout
SW Expert Academy :: SWEA :: 5658 :: 보물상자 비밀번호 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRUN9KfZ8DFAUo&categoryId=AWXRUN9KfZ8DFAUo&categoryType=CODE #include #include #include #include #include using namespace std; int N, K;string s; int main() {int T; cin >> T;for (int tc = 1; tc > N >> K;vectorv; int ans = 0;cin >> s; int tmp; for (int i = 0; i < ..
SW Expert Academy :: SWEA :: 5644 :: 무선 충전 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRDL1aeugDFAUo #include #include #include #include using namespace std; struct BC {int x, y, c, p, n;}; int M, N, ans;int user[2][101];int dir[5][2] = { {0,0},{0,-1},{1,0},{0,1},{-1,0} };vector map; inline bool check(int x, int y, BC bc) { return bc.c >= ((abs(bc.x-x..
SW Expert Academy :: SWEA :: 5648 :: 원자 소멸 시뮬레이션 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRFInKex8DFAUo&categoryId=AWXRFInKex8DFAUo&categoryType=CODE #include #include #include using namespace std; struct atom { int n, i, j, d, e; float c;}; int N, ans;vector v;vector ev; inline void check(atom n1, atom n2) {if (n1.d == 0) {if (n2.d == 1 && n1.j ==..
SW Expert Academy :: SWEA :: 5650 :: 핀볼게임 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRF8s6ezEDFAUo #include using namespace std; struct S { int y, x, d; };int T, N, tc, ans, A[102][102], dy[] = { -1,0,1,0 }, dx[] = { 0,1,0,-1 },C[6][4] = { {},{2,3,1,0},{1,3,0,2},{3,2,0,1},{2,0,3,1},{2,3,0,1} }, D[5][5]; void G() {for (int i = 1; i T;while (T--) {cin ..
백준 :: BOJ :: 2468 :: 안전 영역 출처 : https://www.acmicpc.net/problem/2468 #include #include #include #include using namespace std; int N, maxH, cnt, ans;int map[100][100];bool visited[100][100];int dir[4][2] = { {-1,0},{0,1},{1,0},{0,-1} };queue q; inline bool check(int i, int j, int h) { return ((i>=0 && j>=0 && i> N; maxH = 0; ans = 1;for (int i = 0; i >..
백준 :: BOJ :: 2589 :: 보물섬 출처 : https://www.acmicpc.net/problem/2589 #include #include #include #include using namespace std; int N, M, ans;int map[50][50];int depth[50][50];bool visited[50][50];int dir[4][2] = { {-1,0},{0,1},{1,0},{0,-1} };queue q; inline bool check(int i, int j) { return ((i>=0 && j>=0 && i N >> M; ans = 0;char c;for (int i = 0; i > c..
8월 28일 정부에서 '2019 예산안'을 발표하였다. 여기서 관심이 가는 것은 R&D 사업에 20조원 넘게 편성하였다는 것이다. 8대 선도 분야로 미래자동차, 에너지신산업, 스마트공장, 스마트팜, 드론, 바이오헬스, 스마트시티, 핀테크에 규모를 늘리고 3대 전략 투자 분야로 데이터, AI, 수소 경제를 선정하였다. 또한 이러한 미래 신산업의 토대 역할을 하는 부문을 플랫폼으로 규정하였다. 즉, 플랫폼 경제에 큰 중점을 두고 있다. 나의 생각은 플랫폼 사업은 연결성, 지능화가 가속화 되면서 굉장히 사업 분야가 넓으며 B2B 분야에서 큰 역할을 할 수 있을 것 같다. HW 분야에서는 우리나라가 큰 강점을 가지고 있으므로 여러 분야에 지능화 반도체와 같은 부품으로 앞서나갈 수 있을 것 같다. 제일 중요한 점..
시장조사 기관 '가트너(Gartner)'가 선정한 IT 10대 전략 기술 트렌드와 이에 대한 생각을 정리하였다. 구분명칭내용지능1. 인공지능 강화 시스템(AI Foundations)-최소 2020년까지 자율적으로 학습, 적응, 행동하는 시스템은 업체 간 가장 심한 각축전이 벌어질 분야일 것으로 예상-적용분야 : 로봇, 자율주행자동차, 가전기기 등 물리적 디바이스와 가상개인비서, 스마트 어드바이스 등 지능형 앱은 물론 다양한 메시 디바이스 등2. 지능형 앱ㆍ분석(Intelligent Apps and Analytics)-향후 몇 년간 모든 애플리케이션, 서비스들이 일정 수준의 AI를 포함하게 될 것으로 예상 -지능형 앱은 인간과 시스템 간 새로운 지능적 매개층을 형성할 것이며, 업무 본질과 현장 구조를 변화..
- Total
- Today
- Yesterday
- SWEA
- 이차원 배열과 연산
- 2018 KAKAO BLIND RECRUITMENT
- 게리맨더링 2
- string
- scanf
- 17837
- STL
- 삼성
- 역량 테스트
- SW Expert Academy
- 미세먼지 안녕!
- 17142
- 17140
- 백준
- 17143
- 17779
- 새로운 게임 2
- 연구소 3
- 2018 카카오 블라인드 채용
- boj
- 17144
- 입출력
- DP
- 시간 복잡도
- hackerrank
- DFS
- 팁
- 알고리즘
- 트렌드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |