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
- 생활코딩
- BOJ Python
- SWEA
- HTML
- 웹페이지 만들기
- 자료구조 복습
- Javascript
- 파이썬
- siss
- WarGame
- PHP 웹페이지 만들기
- hackerrank
- XSS Game
- c
- The Loard of BOF
- 머신러닝
- CSS
- lob
- 풀이
- Sookmyung Information Security Study
- C언어
- 백준
- c++
- 숙명여자대학교 정보보안동아리
- BOJ
- Python
- 기계학습
- 숙명여자대학교 정보보안 동아리
- 드림핵
- hackctf
Archives
- Today
- Total
목록1012번 (1)
혜랑's STORY
[BOJ_C++] 1012번 : 유기농 배추
code #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include #include #include #include using namespace std; int n, m, k; int arr[51][51]; bool visited[51][51]; int dx[4] = { 0, 0, -1, 1 }; int dy[4] = { 1, -1, 0, 0 }; void dfs(int x, int y) { int mx, ny; for (int i = 0; i = n || mx = m) continue; if (a..
무지성 공부방/알고리즘 해결
2021. 8. 17. 15:53