Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5. #define lli long long int
  6. #define DEBUG if(0)
  7. #define pb push_back
  8. #define pf push_front
  9. #define mp make_pair
  10.  
  11. int main() {
  12.     ios_base::sync_with_stdio(false);
  13.     cin.tie(NULL);
  14.    
  15.     return (0);
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement