pastebin

Paste Search Dynamic
Recent pastes
double pi
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define   endl "n"
  4. #define  ll  long long
  5. #define file1 freopen(s, "r", stdin);
  6. #define file2 freopen(s, "w", stdout);
  7. #define all(v) ((v).begin()), ((v).end())
  8. #define rall(v) ((v).rbegin()), ((v).rend())
  9. #define fast ios::sync_with_stdio(0); cin.tie(0);
  10. const double pi = acos(-1.0);//3.14
  11. //cout << fixed << setprecision(9);
  12. // transform(all(s),s.begin(),::tolower);
  13. //string a(i.second/2,i.first);
  14. //priority_queue<int, vector<int>, greater<int> > pq;
  15. //int dx[8] = {0,1,0,-1,1,-1,1,-1};
  16. //int dy[8] = {1,0,-1,0,1,1,-1,-1};
  17. int32_t main() {
  18.  
  19. }
Parsed in 0.004 seconds