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 10, 2026 21:06izotoffizotoffScore: 53,845Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 21:0653,6248,087,037,4837,990,694,00052,892,00017,072,128
2Mar 10, 2026 21:0653,8458,118,771,8088,032,837,00043,922,00016,953,344
3Mar 10, 2026 21:0654,1228,155,317,8618,086,305,00031,953,00017,055,744