Advertisement
LEGEND2004

Template

Aug 18th, 2024
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.25 KB | None | 0 0
  1. #pragma GCC optimize("O3")
  2. #include <bits/stdc++.h>
  3. using namespace std;
  4.  
  5. #define int long long
  6. #define double long double
  7. #define endl '\n'
  8. #define _FastIO ios_base::sync_with_stdio(0); cin.tie(0)
  9.  
  10.  
  11. signed main()
  12. {
  13.     _FastIO;
  14.  
  15.  
  16.  
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement