fork download
  1. #include <stdio.h>
  2.  
  3. main()
  4. {
  5. short i=0xffff;
  6. printf("%hx", i);
  7. }
Success #stdin #stdout 0s 15240KB
stdin
Standard input is empty
stdout
ffff