fork download
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3.  
  4. unsigned char a[] = {
  5. 0xa5, 0x0f, 0xee, 0xaa, 0xca, 0xe4, 0xf6, 0xeb, 0x30, 0xf3, 0x60, 0xfe,
  6. 0xc7, 0xeb, 0x45, 0xf8, 0x94, 0x75, 0x0e, 0x9a, 0x5c, 0x2e, 0x06, 0xef,
  7. 0x10, 0xd3, 0x12, 0xd4, 0x12, 0x18, 0x1f, 0x28, 0};
  8.  
  9.  
  10. int main(void)
  11. {
  12. for(unsigned int i = 0; i < sizeof(a) - 1; i++)
  13. {
  14. a[i] = -a[i];
  15. }
  16. puts((char *)a);
  17. return EXIT_SUCCESS;
  18. }
  19.  
Success #stdin #stdout 0s 4364KB
stdin
Standard input is empty
stdout
[�V6
�
�9�l��f���-�,����