Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. GLUI_matrix R(2,2), H(2,2), M(2,2);
  2. while(1)
  3. {
  4. std::cin >> R >> H;
  5. M = R+H;
  6. std::cout << R << H << M;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement