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 listDec 31, 2025 15:46Aniruddha DebAniruddha DebScore: 4,161Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 15:464,109646,009,105614,322,0001,997,00016,957,440
2Dec 31, 2025 15:464,161650,660,352623,130,0001,000,00016,953,344
3Dec 31, 2025 15:464,217659,952,669629,513,0002,997,00017,215,488