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
- Unity IAP
- docker
- --watch
- Spring Boot
- SDK upgrade
- Camera Movement
- linux
- spread 연산자
- Digital Ocean
- MySQL
- rpg server
- css framework
- Git
- draganddrop
- express
- Unity Editor
- Camera Zoom
- unity
- nodejs
- java
- screencapture
- mongoDB
- critical rendering path
- Google Refund
- server
- react
- Google Developer API
- OverTheWire
- Packet Network
- springboot
Archives
- Today
- Total
목록2025/03/07 (1)
우당탕탕 개발일지
[프로그래머스] Level 2. 거리두기 확인하기
https://school.programmers.co.kr/learn/courses/30/lessons/81302 프로그래머스SW개발자를 위한 평가, 교육, 채용까지 Total Solution을 제공하는 개발자 성장을 위한 베이스캠프programmers.co.kr 해결 방법테이블에서 P가 나오면, 검사범위를 설정한다.그 범위안에서 P가 나왔을때 만약 맨해튼거리가 1이면 false를 바로 리턴한다.아니라면, 두개의 P자리 (x,y) 와 (i,j) 사이에 X가 한개라도 없으면 바로 false를 리턴한다. #include #include #include #include using namespace std;bool checkPlace(vector tables, int i, int j){ //검사해야하는..
Algorithm(c++)/Level 2
2025. 3. 7. 11:59