fork download
  1. // SIGMA BOY hihihihihihihi
  2.  
  3. #define se second
  4. #define fi first
  5. #define pb push_back
  6. #define pob pop_back
  7. #define bitebi __builtin_popcountll
  8. #include <bits/stdc++.h>
  9.  
  10. using namespace std ;
  11. typedef long long ll;
  12. typedef long double ld;
  13. typedef pair<ll,ll> pll;
  14.  
  15. const ll Mod = 1e9+7;
  16. const ll Maxn = 1e2+1;
  17. const ll oo = 1e18;
  18. const int inf = 1e9;
  19.  
  20. void Do()
  21. {
  22.  
  23. }
  24.  
  25. signed main ()
  26. {
  27. ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
  28. #define task "test"
  29. if(fopen(task".inp", "r")){
  30. freopen(task".inp", "r", stdin);
  31. freopen(task".out", "w", stdout);
  32. }
  33. int ntest=1;
  34. while(ntest--) Do();
  35.  
  36. cerr<<"\nTime elapsed: "<<1000*clock()/CLOCKS_PER_SEC<<"ms\n";
  37. }
  38.  
Success #stdin #stdout #stderr 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Time elapsed: 6ms