u64.c 86 B

12345678
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. u64 n;
  5. printf("%d\n", (int) n+2);
  6. return 0;
  7. }