Guest User

Untitled

a guest
Jan 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #include "longar.hpp"
  2.  
  3. int main(){
  4. CLongInt a(111111);
  5. CLongInt b("11111");
  6. CLongInt c = a + b;
  7. CLongInt d = a + 11111;
  8. CLongInt e = a - b;
  9. CLongInt f = a - 11111;
  10. }
Add Comment
Please, Sign In to add comment