본문 바로가기

notepad by Oxix

검색하기
notepad by Oxix
프로필사진 Oxix

  • Dev (23)
    • Spring-boot (6)
    • Kotlin (0)
    • Algorithm (11)
      • Programmers (0)
      • Baekjoon (6)
      • 이.코.테 (4)
    • Android (5)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/05   »
일 월 화 수 목 금 토
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
  • 백준
  • 이진트리
  • 백준 14501
  • 백준 14501 자바
  • Baekjoon
  • 다이나믹프로그래밍
  • 자바
  • 이코테
  • 1388
  • 스프링부트
  • 단위테스트
  • 이것이코딩테스트
  • TDD
  • #정렬
  • DP
  • dfs
  • 퇴사
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록백준 14501 자바 (1)

notepad by Oxix

[백준] 퇴사 - 14501 S3

해당 문제는 브루트 포스 문제로 모든 경우를 다 탐색한 다음 합산한 값을 비교하여 출력하기로 하였다. public class 퇴사_14501 { static int N; static Work[] arr; public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); StringTokenizer st; N = Integer.parseInt(br.readLine()); arr = new Work[N + 1]; for (int i = 1; i

Algorithm/Baekjoon 2022. 6. 29. 18:01
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바