fork download
  1. //----------//
  2. // FairoozR //
  3. //----------//
  4.  
  5. #include<bits/stdc++.h>
  6. using namespace std;
  7.  
  8. #define ll long long
  9. #define fast_in_out ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
  10. #define ln "\n"
  11. #define cyes cout << "Yes" << "\n"
  12. #define cno cout << "No" << "\n"
  13.  
  14. const double EPS = (double) 1e-9;
  15. const double pi = acos(-1);
  16. const int mod = 1000000007;
  17. const int N = (int) 1e5;
  18.  
  19. int main()
  20. {
  21. fast_in_out;
  22. int n;
  23. cin >> n;
  24. for(int i = 0; i < n; i++)
  25. {
  26. cout << "meow ";
  27. }
  28. cout << ln;
  29. return 0;
  30. }
  31.  
  32.  
Success #stdin #stdout 0.01s 5548KB
stdin
3
stdout
meow meow meow