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
- cryptography
- Digital Forensics
- Forensics
- 그리디 알고리즘
- 수학
- misc
- Web Hacking
- 구현
- Python
- C
- Incognito
- 정렬
- N0Named
- wargame
- xcz.kr
- Network
- 인코그니토
- php
- MySQL
- 백준
- Text
- Database
- 사칙연산
- HackCTF
- SuNiNaTas
- writeup
- 문자열
- CTF
Archives
- Today
- Total
보안을 그리다, 훈이
[Baekjoon/Python3] 14730번 謎紛芥索紀 (Small) 본문
Programming/Python & Data Structures
[Baekjoon/Python3] 14730번 謎紛芥索紀 (Small)
HooNeee 2020. 12. 8. 16:11[Baekjoon/Python3] 14730번 謎紛芥索紀 (Small)
n = int(input())
total = 0
for i in range(n):
c, k = map(int, input().split())
total += c * k
print(total)
'Programming > Python & Data Structures' 카테고리의 다른 글
[Baekjoon/Python3] 14910번 오르막 (0) | 2020.12.08 |
---|---|
[Baekjoon/Python3] 14909번 양수 개수 세기 (0) | 2020.12.08 |
[Baekjoon/Python3] 14720번 우유 축제 (0) | 2020.12.08 |
[Baekjoon/Python3] 14681번 사분면 고르기 (0) | 2020.12.08 |
[Baekjoon/Python3] 14652번 나는 행복합니다~ (0) | 2020.12.08 |
Comments