fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. printf("%x\n", 0xCBA0123 % 0xB000);
  6. }
Runtime error #stdin #stdout 0.01s 1720KB
stdin
Standard input is empty
stdout
a123