Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 파이썬
- 자연어처리
- 편스토랑
- Docker
- 백준
- gs25
- 금융문자분석경진대회
- PYTHON
- 우분투
- 데이콘
- Kaggle
- programmers
- Real or Not? NLP with Disaster Tweets
- 맥북
- hackerrank
- 더현대서울 맛집
- leetcode
- github
- ChatGPT
- Baekjoon
- SW Expert Academy
- 프로그래머스 파이썬
- 캐치카페
- AI 경진대회
- ubuntu
- dacon
- Git
- 편스토랑 우승상품
- 코로나19
- 프로그래머스
Archives
- Today
- Total
목록
반응형
BaekJoon 26561 python (1)
반응형
솜씨좋은장씨
[BaekJoon] 26561번 : Population (Python)
코딩 1일 1문제! 오늘의 문제는 백준의 Population 입니다. 26561번: Population The first line of input will contain a single integer n that indicates the number of lines to follow. Each line will consist of two integers, p and t, where p is the beginning population, and t is the amount of time that will pass. Both p and t will be bet www.acmicpc.net 👨🏻💻 코드 ( Solution ) def population(begin_num, time): plus_num = ti..
Programming/코딩 1일 1문제
2023. 1. 24. 13:24
반응형