본문 바로가기 메뉴 바로가기

Why not?

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Why not?

검색하기 폼
  • 분류 전체보기 (139)
    • PS (105)
      • BOJ Python (46)
      • BOJ C++ (50)
      • Programmers Python (9)
    • 개발 (22)
      • React (19)
      • Typescript (1)
      • Rust (2)
    • Study (9)
      • File Structure (1)
      • 처음 배우는 머신러닝 (8)
    • Book (0)
    • 사담 (2)
      • 회고 (2)
  • 방명록

10815 (1)
10815번 - 숫자 카드

https://www.acmicpc.net/problem/10815 10815번: 숫자 카드 첫째 줄에 상근이가 가지고 있는 숫자 카드의 개수 N(1 ≤ N ≤ 500,000)이 주어진다. 둘째 줄에는 숫자 카드에 적혀있는 정수가 주어진다. 숫자 카드에 적혀있는 수는 -10,000,000보다 크거나 같고, 10, www.acmicpc.net # 숫자 카드 import sys input = sys.stdin.readline N = int(input()) card = set(list(map(int, input().split()))) M = int(input()) find = list(map(int, input().split())) answer = [] for idx in range(len(find)): if..

PS/BOJ Python 2023. 3. 29. 16:38
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 수학
  • 파이썬
  • 큐
  • 백준
  • 1715
  • 삼성청년소프트웨어아카데미
  • 10845
  • 덱
  • 11051
  • 17478
  • 싸피
  • 딕셔너리
  • 1759
  • 1764
  • 자료구조
  • 10816
  • 조합
  • 2805
  • 스택
  • 10971
  • 러스트
  • heapq
  • 10815
  • 1358
  • dp
  • 브루트포스
  • 프로그래머스
  • 1182
  • 빌림
  • 백트래킹
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바