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
- siss
- 기계학습
- HTML
- Python
- 숙명여자대학교 정보보안 동아리
- 숙명여자대학교 정보보안동아리
- hackctf
- BOJ Python
- BOJ
- WarGame
- C언어
- c
- Javascript
- Sookmyung Information Security Study
- 백준
- 자료구조 복습
- 드림핵
- 풀이
- The Loard of BOF
- SWEA
- CSS
- PHP 웹페이지 만들기
- 파이썬
- 머신러닝
- hackerrank
- XSS Game
- lob
- 웹페이지 만들기
- c++
- 생활코딩
Archives
- Today
- Total
목록테트로미노 (1)
혜랑's STORY
[BOJ_C++] 14500번 : 테트로미노
code #include using namespace std; int dx[4] ={-1, 1, 0, 0}; int dy[4] = {0, 0, 1, -1}; int board[500][500]; bool visited[500][500]; int MAX, n, m; void ufind(int y, int x){ // ㅜ, ㅗ, ㅏ, ㅓ 순서 if(y + 1 = 0 && x + 2 < m) MAX = max(MAX, board[y][x] + board[y][x + 1] + board[y][x + 2] +..
무지성 공부방/알고리즘 해결
2021. 8. 27. 15:24