splice.src 75 B

12345678
  1. int a, b, splice;
  2. read(a);
  3. read(b);
  4. splice = a $ b @ 16;
  5. write(splice);