fork download
  1. #include <stdio.h>
  2. #include <stdint.h>
  3. int main(void) {
  4. // your code goes here
  5. uintptr_t start = 0;
  6. uintptr_t end = 12;
  7. printf("%u", end - start);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
12