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 22, 2026 13:52Dominique GarmierDominique GarmierScore: 5,254Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 13:525,251816,949,404758,669,00028,949,00017,047,552
2Mar 22, 2026 13:525,254816,647,709756,084,00031,961,00017,055,744
3Mar 22, 2026 13:525,260815,817,075756,110,00032,961,00017,051,648