fork download
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. float c, km;
  5. cin >> c >> km;
  6. cout << c * 9 / 5 + 32 <<" " <<km * 1000;
  7. return 0;
  8. }
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
32.1471 4.59135e-38