fork(30) download
  1. #include <inttypes.h>
  2. #include <stdint.h>
  3. #include <stdio.h>
  4.  
  5. int main()
  6. {
  7. uint64_t ram = 90;
  8. printf("%" PRIu64 "\n", ram);
  9. }
Success #stdin #stdout 0s 3140KB
stdin
Standard input is empty
stdout
90