Guest User

Untitled

a guest
Feb 26th, 2021
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include "complexx.h"
  2.  
  3. int main()
  4. {
  5. COMPLEX::Complex c;
  6. std::cin >> c;
  7.  
  8. std::cout << c;
  9.  
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment