Guest User

Untitled

a guest
Nov 24th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. // #include <iostream>
  2. // using namespace std;
  3. ...
  4. for(int i=1; i < someLimit; i++){
  5.     for(int j=1; j<=i; j++){
  6.         cout << "@";
  7.     }
  8.     cout<<endl;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment