int nonce = 1; // For random input int main() { int a = ~nonce; return a; }