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 25, 2025 16:16Oleg KovalovOleg KovalovScore: 12,304Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 25, 2025 16:1612,2871,878,909,3241,805,183,00037,898,00017,195,008
2Aug 25, 2025 16:1612,3041,881,975,0101,814,740,00030,927,00017,031,168
3Aug 25, 2025 16:1612,4371,895,360,6941,838,651,00026,936,00017,195,008