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 14, 2026 16:50Dominique GarmierDominique GarmierScore: 7,379Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 16:507,0801,087,161,7501,031,096,00030,942,00017,149,952
2Mar 14, 2026 16:507,3791,136,588,6131,076,875,00029,940,00017,039,360
3Mar 14, 2026 16:507,4051,138,513,6111,076,791,00033,930,00016,961,536