fork download
  1. #include <bits/stdc++.h>
  2. #define ll long long
  3. #define fi first
  4. #define se second
  5. #define pb push_back
  6. using namespace std;
  7.  
  8. const ll Max_N = 1e6+10;
  9. const ll INF = 1e9;
  10. const ll MOD = 1e9+7;
  11. const ll base = 31;
  12.  
  13. void input()
  14. {
  15.  
  16. }
  17.  
  18. void solve()
  19. {
  20.  
  21. }
  22.  
  23. int main()
  24. {
  25. ios::sync_with_stdio(0); cin.tie(0);
  26. //freopen("chiahet.INP","r",stdin);
  27. //freopen("chiahet.OUT","w",stdout);
  28. int t = 1; //cin >> t;
  29. while (t--)
  30. {
  31. input(), solve();
  32. }
  33. }
  34.  
Success #stdin #stdout 0.01s 5472KB
stdin
Standard input is empty
stdout
Standard output is empty