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 31, 2025 17:07Yuriy LyfenkoYuriy LyfenkoScore: 7,542Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 31, 2025 17:077,5351,158,585,1471,107,262,00022,984,00016,945,152
2Aug 31, 2025 17:077,5421,164,622,1301,108,342,00022,986,00016,969,728
3Aug 31, 2025 17:077,5581,161,680,4191,111,770,00021,995,00017,096,704