250x250
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
- 스택
- CSS
- 스프링부트
- Union-find
- set
- 힙덤프
- Java
- javascript
- alter
- dfs
- NIO
- map
- string
- deque
- html
- priority_queue
- BFS
- Properties
- spring boot
- union_find
- List
- 큐
- math
- 리소스모니터링
- JPA
- sql
- GC로그수집
- scanner
- Calendar
- date
Archives
- Today
- Total
목록백준 #2953번 (1)
매일 조금씩
백준 2953번: 나는 요리사다
vector를 쓸까 고민했지만 그럴 필요가 없던 문제이다. 크기가 정해져있는 matrix 형태의 입력을 계산만 하면 되는 문제이기때문이다. #include using namespace std; int main(void) { ios_base::sync_with_stdio(0); cin.tie(0); int arr[5][4]; for (int i = 0; i > arr[i][j]; } } int max = 0; int max_i = 0; for (int i = 0; i = ma..
알고리즘
2019. 12. 15. 17:54