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:45Yuriy LyfenkoYuriy LyfenkoScore: 9,592Success
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:459,5231,449,727,3851,404,443,00023,990,00016,953,344
2Aug 31, 2025 17:459,5921,464,758,1101,415,825,00022,980,00016,969,728
3Aug 31, 2025 17:459,6871,482,229,2581,427,058,00025,982,00017,088,512