일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 리트코드
- 그레이들
- network
- 안드로이드
- DFS
- Python
- java
- Redux
- 알고리즘
- 백준
- 프로그래머스
- LeetCode
- 동적 계획법
- BFS
- 자바
- Database
- Graph
- Javascript
- Data Structure
- DP
- db
- vscode
- CS
- react
- 다이나믹 프로그래밍
- TypeScript
- Algorithm
- git
- VIM
- frontend
Archives
- Today
- Total
목록c++ (1)
늘 겸손하게
ios_base::sync_with_stdio(false); cin.tie(NULL); 읽기, 쓰기 속도 증가
출처 : https://stackoverflow.com/questions/31162367/significance-of-ios-basesync-with-stdiofalse-cin-tienull Significance of ios_base::sync_with_stdio(false); cin.tie(NULL); What is the significance of including ios_base::sync_with_stdio(false); cin.tie(NULL); in C++ programs? In my tests, it speeds up the execution time, but is there a test case I should be worried... stackoverflow.com 알고리즘 문제는 시..
Programming/C & C++
2021. 8. 10. 12:02