황소개발자

백준 2217 파이썬 python 로프 본문

백준 문제 풀이

백준 2217 파이썬 python 로프

hjp845 2019. 10. 30. 21:00
반응형
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= int(input())
 
arr = []
for i in range(n):
  tmp = int(input())
 
 
weight = 0
for i in range(n):
  if weight < (i + 1* arr[i]:
    weight = (i + 1* arr[i]
 
print(weight)
 
http://colorscripter.com/info#e" target="_blank" style="color:#4f4f4ftext-decoration:none">Colored by Color Scripter
http://colorscripter.com/info#e" target="_blank" style="text-decoration:none;color:white">cs

로프 좋은놈부터 선택한다. 이제 안좋은걸 더 쓰려고할 때, 얘가 중량을 견딜 수 있는지 비교해준다. 

반응형
Comments