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:50Aniruddha DebAniruddha DebScore: 4,094Success
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:504,049634,476,924605,327,0002,001,00016,953,344
2Dec 31, 2025 15:504,094639,606,487614,127,000017,059,840
3Dec 31, 2025 15:504,108639,004,440613,230,0003,001,00016,961,536