우당탕탕 공부중

  • 홈
  • 태그
  • 방명록

Max 1

[백준 1546번] 평균 - python

https://www.acmicpc.net/problem/1546 제출한 답안N = int(input())scores = []max = 0sum = 0scores = list(map(int, input().split()))for i in range (N): if scores[i] > max: max = scores[i]for i in range (N): scores[i] = scores[i] / max * 100 sum += scores[i]print(sum / N) 타 답안n = input()scores = list(map(int, input().split()))max = max(scores)sum = sum(scores)print(sum * 100 / max / int(n..

개발/python 2024.11.23
이전
1
다음
더보기
프로필사진

우당탕탕 공부중

오리 공부하다. 개발자를 꿈꾸는 사람의 개인 공부 블로그입니다.

  • 공부 (73)
    • 개발 (12)
      • 스프링 부트 3 자바 백엔드 개발 입문 (2)
      • Flutter (2)
      • React-native (3)
      • Swift (5)
      • python (8)
    • 2-2 (4)
      • 컴퓨터네트워크 (4)
    • 3-2 (23)
      • 데이터베이스시스템 (19)
      • 기계학습이론 (4)
    • 프론트엔드 (0)
    • Paper Review (20)
    • INTERN (20)

Tag

오블완, 머신러닝, SQL, 파이썬, 한양대학교, Swift, 스위프트, 백준, 선형회귀, 데이터베이스, 티스토리챌린지, 편미분, DB, 데이터베이스시스템, query, Gradient descent, select, 데베시, python, DATABASE,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바