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:12Valentin KofmanValentin KofmanScore: 4,042Success
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:124,039632,634,070594,877,00010,997,00016,957,440
2Feb 16, 2026 23:124,042628,723,283596,295,0009,988,00017,035,264
3Feb 16, 2026 23:124,044631,548,933596,612,0009,993,00016,965,632