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 31, 2025 14:10Huy Duc LeHuy Duc LeScore: 2,983Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 14:102,980469,342,457421,945,00024,996,00016,965,632
2Oct 31, 2025 14:102,983472,693,591419,549,00027,969,00017,170,432
3Oct 31, 2025 14:102,985471,438,524417,818,00029,987,00016,998,400