fork download
  1. #include <bits/stdc++.h>
  2. #include <vector>
  3. #define ll long long
  4. #define fi first
  5. #define se second
  6. #define pb push_back
  7. using namespace std;
  8.  
  9. const ll maxn = 1e6+1;
  10. const ll inf = 1e9;
  11. const ll MOD = 1e9+7;
  12. #define fast_io \
  13.   ios_base::sync_with_stdio(0); \
  14.   cin.tie(0); \
  15.   cout.tie(0);
  16. // **** ****
  17. // * * *
  18. // * MMB *
  19. // * *
  20. // * *
  21. //START
  22. //=========================================================================================================
  23.  
  24. void input()
  25. {
  26.  
  27. }
  28.  
  29. void solve()
  30. {
  31.  
  32. }
  33.  
  34. int main()
  35. {
  36. fast_io;
  37. //freopen("shiinabestgirl.inp", "r" , stdin);
  38. //freopen("shiinabestgirl.out", "w", stdout);
  39. int t = 1; //cin>>t;
  40. while(t--)
  41. {
  42. input(), solve();
  43. }
  44. }
Success #stdin #stdout 0.01s 5268KB
stdin
Standard input is empty
stdout
Standard output is empty