[SWEA 2382] 미생물 격리
SWEA::2382::미생물 격리 출처 : https://www.swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AV597vbqAH0DFAVl #include #include #include using namespace std; struct me {int ii, jj, num, d,ttmp;}; int N, M, K;int dir[5][2] = { {0,0}, {-1,0},{1,0},{0,-1},{0,1} };vector m; int cal(int time, int me_n) {while (time--) {for (int i = 0; i < m.size(); i++) { // movem[i].ii += dir[m[i].d][0];..
알고리즘/SWEA
2018. 8. 16. 17:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 백준
- SWEA
- 17837
- boj
- 팁
- 17140
- hackerrank
- 17779
- 시간 복잡도
- 삼성
- 알고리즘
- 17144
- 17143
- 입출력
- string
- DFS
- 역량 테스트
- 미세먼지 안녕!
- 2018 KAKAO BLIND RECRUITMENT
- 연구소 3
- SW Expert Academy
- 17142
- 이차원 배열과 연산
- STL
- 새로운 게임 2
- 트렌드
- 게리맨더링 2
- scanf
- DP
- 2018 카카오 블라인드 채용
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함