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:27izotoffizotoffScore: 4,547Success
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:274,510699,245,727634,482,00041,965,00016,941,056
2Mar 11, 2026 14:274,547704,065,323644,091,00038,005,00016,945,152
3Mar 11, 2026 14:274,644721,780,492654,634,00041,976,00017,145,856