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
- pep8
- rnn
- 프로그래머스
- PytorchLightning
- 백준
- NLP
- torchserve
- Kaggle
- 완전탐색
- pytorch
- GitHub Action
- GCP
- vscode
- 네이버AItech
- wandb
- NaverAItech
- github
- datascience
- Matplotlib
- DeepLearning
- 알고리즘
- 코딩테스트
- FastAPI
- leetcode
- docker
- GIT
- autoencoder
- python
- Kubernetes
- FDS
Archives
- Today
- Total
목록Parametric Search (1)
Sangmun
백준 17976번 Thread knots
17976번: Thread Knots (acmicpc.net) 17976번: Thread Knots Your program is to read from standard input. The input starts with a line containing one integer, n (2 ≤ n ≤ 100,000), where n is the number of threads. In the following n lines, the i-th line contains two integers xi (0 ≤ xi ≤ 109) and li (1 ≤ www.acmicpc.net * 이분 탐색으로 풀이하는 문제 import sys input = sys.stdin.readline n = int(input()) lines = ..
알고리즘/백준
2023. 5. 13. 00:17