mshah_tushar

Untitled

Dec 24th, 2016
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.11 KB | None | 0 0
  1. for(i=0;i<r;i++)
  2.     {
  3.         for(j=0;j<c;j++)
  4.         {
  5.             cin>>grid[i][j];
  6.         }
  7.     }
Add Comment
Please, Sign In to add comment