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 19:32gchebanovgchebanovScore: 6,973Success
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 19:326,9721,104,947,4611,045,766,511016,953,344
2Jul 12, 2023 19:326,9731,111,858,2601,045,926,300016,945,152
3Jul 12, 2023 19:326,9801,110,011,7491,047,038,948016,949,248