I have this simple program here which is returning 18446744073709551615:
#include using namespace std; int main() { cout<<-(size_t)1;