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 |
Tags
- 파이썬
- hackerrank
- github
- Real or Not? NLP with Disaster Tweets
- 데이콘
- leetcode
- 편스토랑
- 프로그래머스 파이썬
- 자연어처리
- 프로그래머스
- 맥북
- 백준
- 코로나19
- SW Expert Academy
- 금융문자분석경진대회
- ubuntu
- dacon
- AI 경진대회
- Baekjoon
- Kaggle
- 더현대서울 맛집
- Git
- PYTHON
- 편스토랑 우승상품
- Docker
- programmers
- 캐치카페
- 우분투
- gs25
- ChatGPT
Archives
- Today
- Total
목록
반응형
2022/11/28 (1)
반응형
솜씨좋은장씨
코딩 1일 1문제! 오늘의 문제는 백준의 HOMWRK 입니다. 18398번: HOMWRK In one of the beautiful cities of Afghanistan two sisters are going to program a simple game to help them solve their mathematics homework. Their homework asks them to calculate the sum and multiplication of two numbers. Your task is to help them to build www.acmicpc.net 🧑🏻💻 코드 ( Solution ) def homwrk(A, B): return f"{A+B} {A*B}" if __name__ == ..
Programming/코딩 1일 1문제
2022. 11. 28. 12:19
반응형