Advertisement
Zeinab_Hamdy

Untitled

Dec 7th, 2022
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. void fastio(){
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement