H.PROJECT

Home Project
  • 홈
  • 태그
  • 방명록

Legacy/[Legacy] 백준 1

[백준] 브루트포스 - 덩치(7568)

백준 7568번: 덩치 7568번: 덩치 우리는 사람의 덩치를 키와 몸무게, 이 두 개의 값으로 표현하여 그 등수를 매겨보려고 한다. 어떤 사람의 몸무게가 x kg이고 키가 y cm라면 이 사람의 덩치는 (x, y)로 표시된다. 두 사람 A 와 B의 덩 www.acmicpc.net wh = [] result = [] N = int(input()) for _ in range(N): w, h = map(int, input().split()) wh.append((w, h)) for i in range(N): rank = 0 for j in range(N): if (wh[i][0] < wh[j][0]) and (wh[i][1] < wh[j][1]): rank += 1 result.append(rank + 1) ..

Legacy/[Legacy] 백준 2022.11.12
이전
1
다음
더보기
프로필사진

프로덕트에 미쳐있는 4년차 데이터 분석가

  • 분류 전체보기 (48)
    • Essay (0)
    • Product Analytics (9)
      • Statistics (5)
      • AB Test (4)
      • Causal Inference (0)
    • Data Science - MIT IDSS (1)
      • 00. Introduction to Data Sc.. (0)
      • 01. Foundations - Python an.. (0)
      • 02. Making Sense of Unstruc.. (0)
      • 03. Regression and Predicti.. (0)
      • 04. Classification and Hypo.. (0)
      • 05. Deep Learning (0)
      • 06. Recommendation Systems (0)
      • 07. Networking and Graphica.. (0)
      • 08. Predictive Analytics (0)
      • 09. Generative AI (0)
    • Strategy (0)
      • Wharton Strategic Managemen.. (0)
    • Product Design (17)
      • 프로덕트 디자인 (4)
      • 레퍼런스 분석 (6)
      • 문제해결 스터디 (3)
      • 아티클 스터디 (4)
      • 프로젝트 (0)
    • Legacy (21)
      • [Legacy] 알고리즘 (1)
      • [Legacy] 백준 (1)
      • [Legacy] Python (3)
      • [Legacy] Machine Learning (7)
      • [Legacy] Project (2)
      • [Legacy] Dart (3)
      • [Legacy] Flutter (1)
      • [Legacy] Data (3)

최근글과 인기글

  • 최근글
  • 인기글

방문자수Total

  • Today :
  • Yesterday :

  • github
  • Linkedin

티스토리툴바