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 |
Tags
- 백준
- 다익스트라
- EnableAutoConfiguration
- cors
- OAuth2
- Application Argument
- 리소스 서버
- 외부설정
- @Profile
- Spring Security
- Application Event
- 브루트포스
- 백기선
- 정적 리소스
- JsonSerializer
- WebApplication Type
- rest api
- JPA
- 스프링 부트
- AuthenticationPrincipal
- webjar
- 알고리즘
- Application Runner
- HATEOAS
- 백트래킹
- application.properties
- 스프링부트
- @ConfigurationProperties
- HttpMessageConverters
- 리소스핸들러
Archives
- Today
- Total
목록브루트포스 (1)
아카이브
[백준]18111. 마인크래프트
https://www.acmicpc.net/problem/18111 18111번: 마인크래프트 팀 레드시프트는 대회 준비를 하다가 지루해져서 샌드박스 게임인 ‘마인크래프트’를 켰다. 마인크래프트는 1 × 1 × 1(세로, 가로, 높이) 크기의 블록들로 이루어진 3차원 세계에서 자유롭게 www.acmicpc.net public class p18111 { static int N, M, B; static int[][] arr; static int MIN_HEIGHT = Integer.MAX_VALUE; static int MAX_HEIGHT = Integer.MIN_VALUE; public static void main(String[] args) throws IOException { BufferedReader..
자료구조&알고리즘
2021. 1. 10. 00:27