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 | 29 | 30 |
Tags
- css
- where
- html
- Len
- map
- python
- YOLOv5
- Python3
- 설계
- 백준
- List Comprehension
- Django
- 슬라이싱
- GIT
- pcce 기출문제
- 파이썬 몫
- 프로젝트
- 파이썬 슬라이싱
- Join
- 데이터
- SQL 고득점 Kit
- 단어 공부
- sql
- 프로그래머스
- 코딩테스트 연습
- count
- 파이썬
- ORDER BY
- date_format
- 아이엠어바텐더
Archives
- Today
- Total
목록3052 (1)
nan + nan = 2nan
[백준] [Python3] #3052. 나머지
코드 입력 # 10개 다른 수 입력 # 연산 값 중 서로 다른 값이 몇 개 있는지 출력 a = int(input()) % 42 b = int(input()) % 42 c = int(input()) % 42 d = int(input()) % 42 e = int(input()) % 42 f = int(input()) % 42 g = int(input()) % 42 h = int(input()) % 42 i = int(input()) % 42 j = int(input()) % 42 n_li = [a,b,c,d,e,f,g,h,i,j] set1 = set(n_li) n_list = list(set1) size = len(n_list) print(size) 뭔가 간소화할 수 있는 방법이 있겠지만, 아직 내 역량 부..
Python/백준 알고리즘
2021. 8. 12. 01:12