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 listFeb 16, 2026 23:05Valentin KofmanValentin KofmanScore: 3,857Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 16, 2026 23:053,857602,214,648570,557,0007,993,00017,039,360
2Feb 16, 2026 23:053,857607,679,564568,611,0009,993,00016,969,728
3Feb 16, 2026 23:053,858602,372,330569,679,0008,994,00017,092,608