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 5, 2026 07:33DanielDanielScore: 5,025Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 07:335,008781,143,813742,177,0009,002,00017,149,952
2Mar 5, 2026 07:335,025782,332,356740,726,00012,995,00016,953,344
3Mar 5, 2026 07:335,097791,088,961752,486,00011,991,00016,961,536