땅콩새싹

  • 홈
  • 태그
  • 방명록

백준 1546번 1

[Python] 백준 1546(평균)

백준 1546(평균) https://www.acmicpc.net/problem/1546 1546번: 평균 첫째 줄에 시험 본 과목의 개수 N이 주어진다. 이 값은 1000보다 작거나 같다. 둘째 줄에 세준이의 현재 성적이 주어진다. 이 값은 100보다 작거나 같은 음이 아닌 정수이고, 적어도 하나의 값은 0보 www.acmicpc.net 코드설명 1 2 3 4 5 6 7 8 9 10 11 12 num = int(input()) score = list(map(int, input().split())) max_score = max(score) new_score = [] for i in score: i = i/max_score*100 new_score.append(i) avg = sum(new_score)/nu..

Python 2021.08.31
1
더보기

  • 분류 전체보기 (56)
    • C (1)
    • Python (16)
    • OS DB transmit (2)
    • ELK Stack (3)
    • Flask (9)
    • AI (25)

Tag

백준 2839번, elasticSearch, 데이터 전처리, K-Means, 백준 4344번, 백준 8958번, PCA, render_template, Gradient Descent, Extra Tree, artificial neural network, url_for, flask, 백준 1546번, DBSCAN, Python, mysql, Kibana, Clustering, request,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • 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.

티스토리툴바