fork download
  1. #include <stdint.h>
  2. int main(void) {
  3. uint64_t bugs = 0;
  4. bugs--;
  5. printf("%llu", bugs);
  6. }
Success #stdin #stdout 0s 2160KB
stdin
Standard input is empty
stdout
18446744073709551615