Advertisement
Ahmed_Negm

Untitled

Dec 7th, 2022
491
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. void Fast_IO(){
  2. ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);
  3. #ifndef ONLINE_JUDGE
  4. freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
  5. #endif
  6. }
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement