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 listApr 17, 2026 21:38olliecrowolliecrowScore: 3,410Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 17, 2026 21:383,408538,778,701508,135,0003,000,00017,211,392
2Apr 17, 2026 21:383,410541,613,480507,473,0003,995,00017,006,592
3Apr 17, 2026 21:383,415535,759,458508,207,0004,001,00017,096,704