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 | 31 |
Tags
- 사이드프로젝트
- JavaScript
- CSS
- 큐
- Vue.js
- 오블완
- Flutter
- HTML
- TiL
- 4기
- 스택
- 알고리즘
- 소켓
- 핀토스
- 모션비트
- defee
- 자바
- 시스템콜
- userprog
- corou
- 코드트리
- 크래프톤 정글
- 나만무
- Java
- pintos
- 크래프톤정글
- 리액트
- 티스토리챌린지
- 백준
- 자바스크립트
Archives
- Today
- Total
목록10815 (1)
미새문지
크래프톤 정글 week12, day94 - 잔디심기, 마이페이지 UI 제작
백준 10815 파이썬 실버5 숫자 카드 import sys input = sys.stdin.readline from bisect import bisect_left, bisect_right def count_by_range(a, left_value, right_value): right_index = bisect_right(a, right_value) left_index = bisect_left(a, left_value) return right_index - left_index n = int(input()) haveCard = sorted(list(map(int, input().split()))) # 정렬 m = int(input()) checkCard = list(map(int, input().split..
크래프톤 정글/TIL
2024. 4. 11. 00:54