Advertisement
Pafnytiu

таблица 4 - 5

Nov 17th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {for(int i=5; i>=1;--i, cout<<endl)
  5. for(int j=5; j>=i; --j)
  6. cout<<"5"<<"\t";
  7.  
  8. system("pause");
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement