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 | 29 | 30 | 31 |
Tags
- dreamhack
- 웹해킹
- 코로나
- 코로나바이러스
- 바이러스
- Django
- webhacking.kr문제풀이
- ghidra mcp
- reversing ollama
- ghidra
- 백준
- 해킹문제
- 장고vscode
- ghidra ollama mcp
- 파이썬웹
- jango
- 파이썬
- reversing mcp
- ghidra ollama
- 해킹
- ollama mcp
- ollama3.1
- reversing
- ghidra llm
- djangovscode
- 리버싱
- 해커
- vscode
- 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