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:46Huy Duc LeHuy Duc LeScore: 3,418Success
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:463,412534,703,148489,754,00021,988,00017,158,144
2Oct 31, 2025 14:463,418540,498,801481,764,00030,984,00017,055,744
3Oct 31, 2025 14:463,420535,819,929488,065,00025,003,00017,137,664