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 listFeb 16, 2026 23:13Valentin KofmanValentin KofmanScore: 3,851Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 16, 2026 23:133,850608,203,900568,456,0008,991,00017,035,264
2Feb 16, 2026 23:133,851607,959,564567,591,0009,992,00017,018,880
3Feb 16, 2026 23:133,853601,915,384567,963,0009,999,00017,076,224