Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #include <iostream.h>
  2.  
  3. void main()
  4. {
  5. int a = [];
  6. b = [];
  7. x = [2.1,2.3;2.3,2.5;2.4,2.6;0.1,2.6;0.2,2;0.2,2.1;0.1,0.1;0.08,0.2;0.7,0.6];
  8.  
  9. for (int i = 0 ; i <= 2 ; i++){
  10. for ( int j = 0 ; j <= 2 ; j++){
  11. cout << a[i][j] + b[i][j] << "\t";
  12. }
  13. cout << endl;
  14. }
  15. }
Add Comment
Please, Sign In to add comment