fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int a;
  6. for(int i=1;i<a;i++){
  7. for(int j=0;j<=10;j++)cout<<"*";
  8. cout<<endl;
  9. }
  10. return 0;
  11. }
Success #stdin #stdout 0s 5288KB
stdin
3
stdout
Standard output is empty