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 5, 2026 05:41DanielDanielScore: 4,059Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 05:414,057636,763,497593,505,00014,987,00017,129,472
2Mar 5, 2026 05:414,059634,411,008596,838,00011,996,00017,125,376
3Mar 5, 2026 05:414,076639,482,167595,486,00015,986,00017,084,416