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:49Yuriy LyfenkoYuriy LyfenkoScore: 3,931Success
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:493,929616,231,195566,383,00022,974,00016,953,344
2Aug 31, 2025 17:493,931611,718,115565,609,00023,983,00016,973,824
3Aug 31, 2025 17:493,932612,923,718565,741,00023,989,00016,986,112