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. }
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
6.78847e+18 4.59135e-38