Advertisement
Anwar_Rizk

Untitled

Dec 5th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.46 KB | None | 0 0
  1. #include <iostream>
  2. #include <cmath>
  3. #include <iomanip>
  4. #include <algorithm>
  5. #define ll long long
  6. #define PI 3.141592653
  7. using namespace std;
  8.  
  9. void Anwar_Rizk(){
  10.   ios_base::sync_with_stdio(false), cin.tie(nullptr), cout.tie(nullptr);
  11.   #ifndef ONLINE_JUDGE    // Anwar Rizk 🥇🖤
  12.     freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
  13.   #endif
  14. }
  15.  
  16. int main()
  17. {   Anwar_Rizk();
  18.  
  19.     int n;
  20.     cin >> n;
  21.    
  22.  
  23.   return 0;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement