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
- AI 경진대회
- 금융문자분석경진대회
- Real or Not? NLP with Disaster Tweets
- 더현대서울 맛집
- Git
- Docker
- 자연어처리
- 프로그래머스 파이썬
- 캐치카페
- 백준
- dacon
- ubuntu
- PYTHON
- 데이콘
- github
- leetcode
- ChatGPT
- 맥북
- Baekjoon
- hackerrank
- programmers
- 코로나19
- 프로그래머스
- 파이썬
- Kaggle
- SW Expert Academy
- 우분투
- gs25
- 편스토랑 우승상품
- 편스토랑
Archives
- Today
- Total
목록
반응형
백준 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
반응형