fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. char pin[6];
  6. pin[0] = 0x92;
  7. pin[1] = 0xC1;
  8. pin[2] = 0xAB;
  9. pin[3] = 0xE8;
  10. pin[4] = 0xCD;
  11. pin[5] = 0x8C;
  12.  
  13. printf(pin);
  14.  
  15. return 0;
  16. }
  17.  
Success #stdin #stdout 0s 9432KB
stdin
Standard input is empty
stdout
����͌