Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- rev-basic-4
- 해킹
- rev-basic-6
- reversing
- 취약점점검
- webhacking.kr문제풀이
- 백준
- 장고
- rev-basic-3
- 리버싱
- csaw
- 장고vscode
- dreamhack
- vscode
- AndroidOS
- 바이러스
- 웹해킹
- csaw 2018
- 파이썬
- Django
- jango
- 파이썬웹
- basic4
- 코로나
- djangovscode
- web
- 해커
- 모세포
- 해킹문제
- 코로나바이러스
Archives
- Today
- Total
Kilkat
백준 1546번 python 본문
sum = 0
N = int(input())
a = list(map(int, input().split()))
top = max(a)
for i in range(0, N):
sum += a[i] / top * 100
print(sum / N)
'Programming > python' 카테고리의 다른 글
백준 2446번 python (0) | 2021.03.17 |
---|---|
백준 2523번 python (0) | 2021.03.17 |
백준 2444번 python (0) | 2021.03.17 |
백준 2440번 python (0) | 2021.03.17 |
백준 2438번 python (0) | 2021.03.17 |
Comments