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 28, 2026 00:02olliecrowolliecrowScore: 3,409Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 28, 2026 00:023,408532,836,963506,174,0005,001,00017,039,360
2Mar 28, 2026 00:023,409539,317,580509,387,0002,001,00017,190,912
3Mar 28, 2026 00:023,415540,138,620507,236,0005,002,00016,990,208