Advertisement
Rofyda_Elghadban1

Untitled

Dec 2nd, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. void Rofyda_Elghadban(){
  6. #ifndef ONLINE_JUDGE
  7. freopen("input.txt", "r", stdin), freopen("output.txt", "w", stdout);
  8. #endif
  9. }
  10. int main()
  11. { Rofyda_Elghadban();
  12. int A ,B ,C ,D ;
  13. int Difference = (A*B)-(C*D);
  14. cin>>A >>B >>C >>D ;
  15. cout<<"Difference"<<" "<<"="<<" "<<(A*B)-(C*D) ;
  16. return 0;
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement