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 |
Tags
- ChatGPT
- github
- 맥북
- PYTHON
- Baekjoon
- 프로그래머스 파이썬
- 캐치카페
- 더현대서울 맛집
- Real or Not? NLP with Disaster Tweets
- 코로나19
- 우분투
- hackerrank
- 데이콘
- gs25
- Kaggle
- 파이썬
- AI 경진대회
- 백준
- 자연어처리
- leetcode
- Docker
- 편스토랑 우승상품
- 금융문자분석경진대회
- 프로그래머스
- 편스토랑
- Git
- programmers
- ubuntu
- SW Expert Academy
- dacon
Archives
- Today
- Total
목록
반응형
26500 Absolutely python (1)
반응형
솜씨좋은장씨
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bXf5aZ/btrVCe2RVhP/WqfuJKErSeATVlgKFX612K/img.png)
코딩 1일 1문제! 오늘의 문제는 백준의 Absolutely 입니다. 26500번: Absolutely The first line contains a single positive integer, n, indicating the number of data sets. Each data set is on a separate line and contains two values on the number line, separated by a single space. www.acmicpc.net 👨🏻💻 코드 ( Solution ) def absolutely(value1, value2): return round(abs(value1-value2), 1) if __name__ == "__main__": for _ in ..
Programming/코딩 1일 1문제
2023. 1. 7. 23:30
반응형