fork download
  1. #include<bits/stdc++.h>
  2.  
  3. using namespace std;
  4.  
  5.  
  6. signed main(){
  7.  
  8. int a,b;
  9. cin>>a>>b;
  10. cout<<(a*b)/100.0<<'\n';
  11.  
  12. return 0;
  13. }
  14.  
  15.  
  16.  
Success #stdin #stdout 0.01s 5408KB
stdin
Standard input is empty
stdout
-1.41061e+07