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 2, 2025 16:39Aniruddha DebAniruddha DebScore: 4,423Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2025 16:394,412683,380,837658,776,0002,998,00017,104,896
2Jul 2, 2025 16:394,423691,043,582662,395,000999,00017,108,992
3Jul 2, 2025 16:394,423689,720,948659,510,0003,997,00016,957,440