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 4, 2026 22:53olliecrowolliecrowScore: 3,518Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 22:533,513556,331,817516,883,0009,997,00017,051,648
2Mar 4, 2026 22:533,518552,331,428514,673,00012,991,00017,055,744
3Mar 4, 2026 22:533,520558,681,537514,947,00012,998,00017,051,648