fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6.  
  7. //enum A{a=9223372036854775808,b=-1};
  8.  
  9. cout << sizeof(void*) << endl;
  10. //cout << sizeof(a) << endl;
  11.  
  12.  
  13.  
  14. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
4