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 listOct 24, 2025 10:06AnSaAnSaScore: 3,925Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 24, 2025 10:063,923619,117,251584,437,0003,996,00016,945,152
2Oct 24, 2025 10:063,925614,609,570586,754,0001,999,00016,969,728
3Oct 24, 2025 10:063,929616,142,174586,363,0003,001,00016,965,632