Large matrix multiplication Liam

Multiply two square matrices as fast as possible.

Input

Two 2000 x 2000 matrices of uint32 values on STDIN, encoded back-to-back in row-major order, little-endian byte order.

Output

Write the resulting 2000 x 2000 product matrix to STDOUT in the same binary format (row-major, little-endian uint32).

Back to listMar 31, 2026 17:54olliecrowolliecrowScore: 3,415Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 31, 2026 17:543,410539,038,095507,577,0003,996,00017,141,760
2Mar 31, 2026 17:543,415532,659,620507,258,0005,002,00016,998,400
3Mar 31, 2026 17:543,417541,492,525507,608,0004,996,00017,166,336