fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int i;
  6. cin >> i;
  7. for(int a=0;a<i;a++)
  8. {
  9. string b;
  10. cout << "Y" << endl;
  11. }
  12. return 0;
  13. }
Success #stdin #stdout 0s 15240KB
stdin
1
Pistoleiro
stdout
Y