Advertisement
LEGEND2004

Template

Aug 24th, 2024
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 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 endl '\n'
  7. #define fastio ios_base::sync_with_stdio(0); cin.tie(0)
  8.  
  9. signed main()
  10. {
  11.     fastio;
  12.    
  13.  
  14. }
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement