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