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
- Web Hacking
- Incognito
- cryptography
- SuNiNaTas
- 사칙연산
- 구현
- 수학
- 그리디 알고리즘
- Database
- Network
- 정렬
- Forensics
- HackCTF
- Digital Forensics
- MySQL
- Web
- Python
- C
- 백준
- 써니나타스
- N0Named
- xcz.kr
- 인코그니토
- Text
- misc
- writeup
- wargame
- php
- CTF
- 문자열
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 1037번 약수 본문
[Baekjoon/Python3] 1037번 약수
n = int(input())
flist = list(map(int, input().split()))
print(max(flist) * min(flist))
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 1075번 나누기 (0) | 2020.12.02 |
---|---|
[Baekjoon/Python3] 1065번 한수 (1) | 2020.12.02 |
[Baekjoon/Python3] 1032번 명령 프롬프트 (0) | 2020.12.02 |
[Baekjoon/Python3] 1026번 보물 (0) | 2020.12.02 |
[Baekjoon/Python3/C] 1008번 A/B (0) | 2020.12.02 |
Comments