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 02:04izotoffizotoffScore: 4,607Success
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 02:044,558707,298,392643,673,00039,979,00016,941,056
2Mar 11, 2026 02:044,607712,695,553653,989,00036,999,00017,010,688
3Mar 11, 2026 02:044,747737,683,988671,028,00041,001,00017,113,088