fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. int d= 3;
  6. int e= 5;
  7. int f= 6;
  8. float r=8.21;
  9. float antoniaperra=(d+e+f+r)*8;
  10. printf ("resultado es=%d", antoniaperra);
  11. return 0;
  12.  
  13. }
Success #stdin #stdout 0s 4304KB
stdin
Standard input is empty
stdout
resultado es=607475272