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 listAug 12, 2025 01:16SergeBouSergeBouScore: 61,395Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 12, 2025 01:1661,2719,231,605,5839,140,643,00049,937,00017,031,168
2Aug 12, 2025 01:1661,3959,252,806,7029,151,328,00057,913,00017,072,128
3Aug 12, 2025 01:1661,5479,265,504,5479,178,151,00053,936,00017,104,896