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