프린이씨롯메

프린이씨롯메

  • 분류 전체보기 (251)
    • 선형대수학 (0)
    • 자료구조 (20)
    • 알고리즘 (48)
    • 신호및시스템 (10)
    • 영상신호처리 (1)
    • 머신러닝 (8)
    • RF시스템 (3)
    • Computer Vision (16)
    • 로봇 내비게이션 (1)
    • Deep Learning (20)
    • Active Learning (1)
    • 3D Vision (18)
      • Nerd's NeRF (2)
      • NeRF with Real-World (14)
      • Urban Scene Reconstruction (5)
    • 3D Object Detection (3)
    • View Synthesis (38)
    • Diffusion (14)
    • text-to-3D (18)
    • Human Pose Estimation (0)
    • Robotics (10)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

프린이씨롯메

컨텐츠 검색

태그

R-CNN RF시스템 해시 브루트 machinelearning 자료구조 Python 논문 비전 알고리즘 프로그래머스 컴퓨터 파이썬 브루트포스 포스 컴퓨터비전 머신러닝 백준 PAPER 코딩테스트

최근글

댓글

공지사항

아카이브

덩치(1)

  • [백준] 7568번 : 덩치 (Python3)

    예제 입력 1 5 55 185 58 183 88 186 60 175 46 155 예제 출력 1 2 2 1 2 5 풀이 #1 N=int(input()) people=[] for i in range(N): X, Y=map(int, input().split()) people.append([X, Y]) for i in range(N): rank=1 for j in range(N): if i==j: continue if people[j][0]>people[i][0] and people[j][1]>people[i][1]: rank+=1 print(rank, end=" ")

    2020.08.27
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바