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 listAug 12, 2025 00:57SergeBouSergeBouScore: 61,432Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 12, 2025 00:5761,3229,240,204,8289,155,384,00042,950,00017,190,912
2Aug 12, 2025 00:5761,4329,257,833,2659,170,862,00043,951,00017,186,816
3Aug 12, 2025 00:5761,4429,251,197,3179,174,422,00041,947,00017,080,320