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 22, 2023 05:59Sergey StreminSergey StreminScore: 12,389Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2023 05:5912,3491,920,708,0251,852,284,813016,986,112
2Mar 22, 2023 05:5912,3891,924,454,4971,858,299,324016,994,304
3Mar 22, 2023 05:5912,4301,928,357,0531,864,518,804016,986,112