fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define fo(i,n) for(ll i=0;i<n;i++)
  4. #define Fo(i,n,k) for(int i=k;k<n?i<n:i>n;k<n?i+=1:i-=1)
  5. #define ll long long
  6. #define si(x) scanf("%d",&x)
  7. #define sl(x) scanf("%lld",&x)
  8. #define ss(x) scanf("%s",x)
  9. #define pi(x) printf("%d\n",x)
  10. #define pl(x) printf("%d\n",x)
  11. #define ps(x) printf("%s\n",s)
  12. #define pb push_back
  13. #define mp make_pair
  14. #define F first
  15. #define S second
  16. #define all(x) x.begin(), x.end()
  17. #define sortall(x) sort(all(x))
  18. typedef pair<int, int> pii;
  19. typedef pair<ll, ll> pl;
  20. typedef vector<int> vi;
  21. typedef vector<ll> vl;
  22. typedef vector<pii> vpii;
  23. typedef vector<pl> vpl;
  24. typedef vector<vi> vvi;
  25. typedef vector<vl> vvl;
  26. #define iv(v,n) vl v;fo(i,n){ll x;cin>>x;v.pb(x);}
  27. #define ov(v) fo(i,v.size()){cout<<v[i]<<" ";}cout<<endl;
  28. #define FastIO ios_base::sync_with_stdio(false); cin.tie(NULL);
  29. mt19937 rng(chrono::steady_clock::now().time_since_epoch().count());
  30. int M=1e9+7;
  31. int main()
  32. {
  33. int t;
  34. cin>>t;
  35. while(t--)
  36. {
  37. cout<<"Tirtha"<<endl;
  38. }
  39. }
  40.  
Success #stdin #stdout 0.01s 5284KB
stdin
5
stdout
Tirtha
Tirtha
Tirtha
Tirtha
Tirtha