fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. int a;
  7. int c;
  8. cout << a << " cm to ";
  9. c=a*(39/100);
  10. cout << c << " cali ";
  11.  
  12.  
  13. return 0;
  14. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
0 cm to 0 cali