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 11, 2026 14:28izotoffizotoffScore: 4,557Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 14:284,515700,306,414638,234,00039,014,00016,945,152
2Mar 11, 2026 14:284,557709,740,075640,566,00042,970,00017,080,320
3Mar 11, 2026 14:284,696733,477,856669,390,00034,968,00017,113,088