fork download
  1. #include <string>
  2. #include <iostream>
  3.  
  4. int main()
  5. {
  6. double x=3.14; int y(int(x));
  7. std::cout << y;
  8. }
Success #stdin #stdout 0.01s 2724KB
stdin
Standard input is empty
stdout
1