Strzyk

dodawanie

Feb 2nd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. for( i=0; i<R; i++){
  3. for( j=0; j<C; j++){
  4. tab1[i][j]=tab1[i][j]+tab[i+2];
  5. cout << tab1[i][j]<<";";
  6. }
  7. cout<<endl;
  8. }
Add Comment
Please, Sign In to add comment