본문 바로가기 메뉴 바로가기

Ryulurala's notepad

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Ryulurala's notepad

검색하기 폼
  • total (352)
    • SSU Open World (1)
    • Reference (12)
      • C++ (7)
      • JavaScript (5)
    • Programmers Solutions (211)
      • previous (69)
      • Level-1 (47)
      • Level-2 (56)
      • Level-3 (39)
    • Baekjoon Solutions (122)
      • Class-1 (34)
      • Class-2 (41)
      • Class-3 (34)
      • Class-4 (10)
      • Class-5 (1)
      • Class-6 (1)
    • Design (1)
      • Background (1)
    • Study (5)
      • Blender (Soongsil Univ.) (5)
  • 방명록

Baekjoon Solutions/Class-2 (41)
[백준] 직사각형에서 탈출(1085)

title: "직사각형에서 탈출(1085)" category: 백준[Class-2] tags: [C++, JavaScript, 백준] date: "2021-03-16" 문제 링크 직사각형에서 탈출(1085) C++ #include using namespace std; // 문제 풀이 함수 void solution(){ int x, y, w, h; cin >> x >> y >> w >> h; int minX = min(x, w-x); int minY = min(y, h-y); cout

Baekjoon Solutions/Class-2 2021. 3. 16. 15:05
이전 1 ··· 3 4 5 6 다음
이전 다음
05-17 11:41
링크
  • GitHub
  • Youtube
TAG
  • Set
  • 해시
  • Queue
  • C++
  • JS
  • string
  • JavaScript
  • 탐욕법
  • 프로그래머스
  • 코딩테스트
  • greedy
  • DFS
  • 멀티미디어동아리
  • programmers
  • 2020 카카오 블라인드 채용
  • 2019 카카오 블라인드 채용
  • blender
  • 큐
  • 백준
  • summerwintercoding2018
  • sort
  • 2018 카카오 블라인드 채용
  • 블랜더스터디
  • 코테
  • 카카오
  • BFS
  • map
  • priority_queue
  • hash
  • 카카오 코테
more

Blog is powered by Tistory / Designed by Tistory

티스토리툴바