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 listJul 12, 2023 22:42gchebanovgchebanovScore: 4,142Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 12, 2023 22:424,135672,674,296620,252,263016,949,248
2Jul 12, 2023 22:424,142683,298,668621,350,513016,961,536
3Jul 12, 2023 22:424,146691,120,899621,944,582016,953,344