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 listMar 27, 2026 18:22olliecrowolliecrowScore: 3,416Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 27, 2026 18:223,414536,306,256510,170,0002,000,00016,945,152
2Mar 27, 2026 18:223,416542,087,748510,337,0002,001,00017,059,840
3Mar 27, 2026 18:223,417534,654,063507,619,0004,996,00017,084,416