tanasaradu

Untitled

Nov 23rd, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for(int i=1;i<=n;i++)
  2. {
  3. for(int j=1;j<=n;j++)
  4. cout<<a[i][j]<<" ";
  5. cout<<"\n";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment