Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. static auto fast_io = []() -> int {
  3. // Turn off synchronization between cout and cin.
  4. std::ios_base::sync_with_stdio(false);
  5. std::cin.tie(nullptr);
  6. return 0;
  7. }();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement