250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- date_format
- 슬라이싱
- pcce 기출문제
- 프로젝트
- Join
- 데이터
- 파이썬
- List Comprehension
- map
- html
- Len
- 파이썬 몫
- ORDER BY
- 백준
- 코딩테스트 연습
- Python3
- SQL 고득점 Kit
- css
- 파이썬 슬라이싱
- GIT
- count
- sql
- 프로그래머스
- python
- 설계
- YOLOv5
- where
- Django
- 아이엠어바텐더
- 단어 공부
Archives
- Today
- Total
nan + nan = 2nan
[백준][Python3] #11382. 꼬마 정민 본문
728x90
코드 입력
a, b, c = map(int, input().split())
print(a+b+c)
출처 : 백준 Online Judge
'Python > 백준 알고리즘' 카테고리의 다른 글
[백준][Python3] #10810. 공 넣기 (2) | 2024.02.24 |
---|---|
[백준][Python3] #25314. 코딩은 체육과목 입니다 (0) | 2024.02.23 |
[백준][Python3] #2292. 벌집 (0) | 2023.01.16 |
[백준][Python3] #1712. 손익분기점 (0) | 2023.01.16 |
[백준][Python3] #1316. 그룹 단어 체커 (0) | 2023.01.16 |
Comments