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 29, 2026 16:32Dominique GarmierDominique GarmierScore: 228,186Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 29, 2026 16:32228,10434,262,827,33234,192,590,00022,989,00016,965,632
2Mar 29, 2026 16:32228,18634,267,912,71134,198,929,00028,985,00016,973,824
3Mar 29, 2026 16:32228,23534,279,772,10334,210,207,00024,985,00016,969,728