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 21, 2026 04:35Dominique GarmierDominique GarmierScore: 4,234Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 04:354,233664,224,954604,994,00029,999,00017,076,224
2Mar 21, 2026 04:354,234660,979,949605,035,00030,001,00017,096,704
3Mar 21, 2026 04:354,235665,565,094605,253,00029,963,00017,223,680