Advertisement
Rofyda_Elghadban1

Untitled

Dec 3rd, 2021
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #include <iostream>
  2. #include <iomanip>
  3. #include <cmath>
  4. #include <algorithm>
  5.  
  6. using namespace std;
  7. void Rofyda_Elghadban(){
  8. #ifndef ONLINE_JUDGE
  9. freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
  10. #endif
  11. }
  12.  
  13. int main()
  14. { Rofyda_Elghadban();
  15. long long a,b;
  16. char "+";
  17. cin>>a>>"+">>b;
  18. cout<<(a+b)<<"\n";
  19. cout<<(a-b)<<"\n";
  20. cout<<(a*b)<<"\n";
  21. cout<<(a/b)<<"\n";
  22. return 0;
  23. }
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement