79198304

Date: 2024-11-17 22:47:37
Score: 1.5
Natty:
Report link

Here is the answer I believe:

u8 lerp_uint8(u8 x, u8 y, u8 t) { return (((y - x) * t * 0x10101) + 0x800000 >> 24) + x; }
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Egemen Yalın