fork download
  1. #include <iostream>
  2.  
  3.  
  4. int main() {
  5. int var = 1'000'000'000 ;
  6. std::cout << var << std::endl ;
  7. }
Success #stdin #stdout 0s 3456KB
stdin
Standard input is empty
stdout
1000000000