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 listOct 21, 2025 15:26AnSaAnSaScore: 3,890Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 21, 2025 15:263,889608,192,742580,340,0003,001,00016,191,488
2Oct 21, 2025 15:263,890610,053,027578,435,0004,995,00016,273,408
3Oct 21, 2025 15:263,892608,167,941580,782,0002,998,00016,195,584