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 | 29 | 30 |
Tags
- Java
- spring boot
- GC로그수집
- 리소스모니터링
- string
- sql
- List
- alter
- 큐
- map
- 스택
- deque
- CSS
- JPA
- math
- NIO
- BFS
- Union-find
- javascript
- priority_queue
- Calendar
- Properties
- scanner
- date
- union_find
- set
- 스프링부트
- dfs
- 힙덤프
- html
Archives
- Today
- Total
목록백준 #2953번 (1)
매일 조금씩

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