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 21, 2026 16:14Dominique GarmierDominique GarmierScore: 4,557Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 16:144,554710,097,765667,087,00015,978,00017,080,320
2Mar 21, 2026 16:144,557710,020,003666,611,00016,964,00016,961,536
3Mar 21, 2026 16:144,568710,392,650671,177,00013,982,00017,203,200