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 21, 2026 04:06Dominique GarmierDominique GarmierScore: 7,237Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 04:067,1811,106,930,7011,044,248,00032,944,00017,043,456
2Mar 21, 2026 04:067,2371,114,998,2621,049,696,00035,921,00017,190,912
3Mar 21, 2026 04:067,5161,156,285,7511,094,497,00032,924,00017,051,648