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 listNov 20, 2025 00:38izotoffizotoffScore: 105,864Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 00:38105,75915,917,675,03415,820,992,00042,932,00017,002,496
2Nov 20, 2025 00:38105,86415,926,501,76915,845,595,00033,947,00017,174,528
3Nov 20, 2025 00:38108,77916,368,527,51716,273,868,00042,944,00017,149,952