Hellrocker

Untitled

Apr 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3.  
  4. int main()
  5. { int y[5][5];
  6. for(int i=0;i<5;i++){
  7. for(int j=0;j<5;j++){
  8. if(j==(n-i));
  9. else{
  10. cin>>y[i][j];
  11. }
  12. }
  13. }
  14. }
Add Comment
Please, Sign In to add comment