일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- HTML
- 라즈베리파이3
- CSS
- Algorythm
- 2579
- 16.04
- Python
- 알고리즘
- ubuntu
- node.js
- MongoDB
- 2909
- 13237
- springboot3.x
- dp
- 라즈비안
- 파이썬
- dynaminprogramming
- baekjun
- algotythm
- 라즈베리파이
- Crawling
- raspberrypi
- nav-tab
- 크롤링
- 백준
- NAV
- bootstrap
- 트리
- 라즈베리파이3b+
Archives
- Today
- Total
노트
[백준] 28224번 Final Price python 본문
n = int(input())
ans = 0
for _ in range(n):
a = int(input())
ans+=a
print(ans)
그냥 덧셈문제,,
'알고리즘' 카테고리의 다른 글
[백준] 18429번 근손실 python (0) | 2023.06.23 |
---|---|
[백준] 14267번 회사 문화 1 python (0) | 2023.06.17 |
[백준] 27962번 오렌지먹은지오랜지 python (0) | 2023.06.09 |
[백준] 17952번 과제는 끝나지 않아! python (0) | 2023.06.01 |
[백준] 2941번 크로아티아 알파벳 python (0) | 2023.06.01 |
Comments