Created
          August 1, 2019 06:12 
        
      - 
      
- 
        Save etaf/1276cc9c843cd625bb7b58048dc63036 to your computer and use it in GitHub Desktop. 
    Leetcode io speedup
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const static auto ioSpeedUp = [](){ | |
| ios_base::sync_with_stdio(false); | |
| cin.tie(NULL); | |
| cout.tie(NULL); | |
| return NULL; | |
| }(); | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment