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, 2024 03:37Huy Duc LeHuy Duc LeScore: 13,574Success
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, 2024 03:3713,4972,081,144,9762,024,614,444016,994,304
2Mar 5, 2024 03:3713,5742,105,704,8212,036,155,809016,973,824
3Mar 5, 2024 03:3713,6392,106,154,9072,045,862,979016,896,000