일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- frontend
- 백준
- 안드로이드
- react
- Javascript
- Python
- 동적 계획법
- java
- VIM
- DFS
- 알고리즘
- db
- BFS
- DP
- LeetCode
- 리트코드
- 다이나믹 프로그래밍
- Redux
- 프로그래머스
- network
- git
- 그레이들
- CS
- Graph
- Database
- 자바
- Algorithm
- vscode
- TypeScript
- Data Structure
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