Advertisement
Rofyda_Elghadban1

Untitled

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