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 listAug 31, 2025 17:33Yuriy LyfenkoYuriy LyfenkoScore: 4,106Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 31, 2025 17:334,098642,105,463589,681,00024,944,00017,113,088
2Aug 31, 2025 17:334,106644,085,047594,000,00021,963,00016,949,248
3Aug 31, 2025 17:334,587710,477,271663,117,00024,966,00016,965,632