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 4, 2026 22:22olliecrowolliecrowScore: 3,521Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 22:223,515551,590,847514,224,00013,005,00016,994,304
2Mar 4, 2026 22:223,521554,760,904516,149,00012,003,00017,084,416
3Mar 4, 2026 22:223,527557,702,582520,087,0009,001,00017,088,512