fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. float f = 999999999;
  6. cout << static_cast<int>(f);
  7. }
Success #stdin #stdout 0s 15232KB
stdin
Standard input is empty
stdout
1000000000