<?php function test(int $id): string { $baseId = (int) ($id / 120); return sprintf('%02d/%02d/', $baseId % 100, \intdiv($baseId, 100) % 100); }
You have javascript disabled. You will not be able to edit any code.