fork download
  1. #include <stdio.h>
  2. int main() {
  3. unsigned max = ~0u;
  4. printf("%u\n", max);
  5. return 0;
  6. }
  7.  
Success #stdin #stdout 0s 2292KB
stdin
Standard input is empty
stdout
4294967295