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 20:16DanielDanielScore: 15,896Success
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 20:1615,6542,374,137,8342,329,049,00018,992,00016,977,920
2Mar 4, 2026 20:1615,8962,412,621,5142,370,400,00013,990,00017,207,296
3Mar 4, 2026 20:1615,9012,413,334,0392,368,130,00016,993,00017,154,048