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 listApr 14, 2026 00:52olliecrowolliecrowScore: 3,415Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 14, 2026 00:523,413534,060,921508,963,0002,999,00017,186,816
2Apr 14, 2026 00:523,415533,162,665507,210,0005,002,00017,182,720
3Apr 14, 2026 00:524,863749,116,748724,498,0004,996,00017,137,664