fork download
  1. #include <iostream>
  2.  
  3. int main()
  4. {
  5. size_t x = 18446744073709551615;
  6. std::cout << x+9;
  7. }
  8.  
Success #stdin #stdout 0s 4368KB
stdin
Standard input is empty
stdout
8