fork download
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. #define ll long long
  4. #define ld long double
  5. #define pie 2*(acos(0.0))
  6. #define yes cout<<"YES\n"
  7. #define no cout<<"NO\n"
  8. #define pb push_back
  9. #define endl "\n"
  10. #define lcm(a,b) (a*b)/(__gcd<ll>(a,b))
  11. #define mod 1000000007
  12. #define srt(v) sort(v.begin(),v.end())
  13. #define rsrt(v) sort(v.rbegin(),v.rend())
  14. #define print(vec) for(auto e:vec) cout << e<< " "; cout<<endl
  15. #define ALLAHU_AKBAR ios::sync_with_stdio(false); cin.tie(nullptr);
  16.  
  17. void sir()
  18. {
  19.  
  20. }
  21.  
  22. int main() {
  23. ALLAHU_AKBAR
  24.  
  25. ll tt = 1;
  26. cin>>tt;
  27. while(tt--)
  28. {
  29. sir();
  30. }
  31. return 0;
  32. }
  33.  
Success #stdin #stdout 0.01s 5320KB
stdin
Standard input is empty
stdout
Standard output is empty