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
- linux시간으로 변경
- centos pyhon 설치
- c++ 정규식
- snmp
- python popen
- 정규식 문자열 출력
- snmp test
- python os
- 1697
- 백준
- 정규식 컴파일
- c3 축 없애기
- InfluxDB
- subporcess path
- 정규식 활용
- g++ 업데이트
- python subprocess
- CentOS7
- semanage
- c3 step graph
- c3 축 가리기
- c3 second
- gcc 업데이트
- regex_search
- c3 초
- influxdb 설치
- selinux port 등록
- grafana dashboard
- gcc regex
- telegraf
Archives
- Today
- Total
목록7576 (1)
리셋 되지 말자
[백준 7576]토마토
#include #include #include using namespace std; queue Q; int day = 0; pair D[4] = { {-1, 0}, {0, 1}, {1, 0}, {0, -1} //위, 오른쪽, 아래, 왼쪽 }; int **make_array(int **arr, int col, int row) { arr = new int*[row]; for (int i = 0; i > arr[i][j]; if (arr[i][j] == 1) { Q.push(make_pair(i, j)); //co..
알고리즘
2020. 3. 11. 13:55