fork download
  1. #include <bits/stdc++.h>
  2. #define task "TEST"
  3. #define task2 "A"
  4. #define pl pair<ll, ll>
  5. #define pf push_front
  6. #define pb push_back
  7. #define pob pop_back
  8. #define pof pop_front
  9. #define mp make_pair
  10. #define fi first
  11. #define se second
  12. #define FOR(i, a, b, c) for (int i=a; i<=b; i+=c)
  13. #define FORE(i, a, b, c) for (int i=a; i>=b; i+=c)
  14. using namespace std;
  15. using ll = long long;
  16. using lll = __int128;
  17. using ull = unsigned long long;
  18. using ulll = unsigned __int128;
  19. const int Mod = 1e9+7;
  20. const int maxn = 1e6;
  21. const ll Inf = 3e9;
  22. void Read()
  23. {
  24.  
  25. }
  26. void Solve()
  27. {
  28.  
  29. }
  30. int main()
  31. {
  32. if (fopen (task".inp", "r")) {
  33. freopen (task".inp", "r", stdin);
  34. freopen (task".out", "w", stdout);
  35. }
  36. ios_base::sync_with_stdio(0);
  37. cin.tie(0); cout.tie(0);
  38. int t; //Sieve();
  39. for (t-1; t--;)
  40. {
  41. Read(); Solve();
  42. }
  43. }
  44.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
Standard output is empty