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 listApr 16, 2026 22:16Jasper EdbrookeJasper EdbrookeScore: 13,330Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 16, 2026 22:1613,0962,015,161,0741,838,423,000125,960,00016,343,040
2Apr 16, 2026 22:1613,3302,067,750,0651,874,679,000124,845,00016,351,232
3Apr 16, 2026 22:1613,3582,060,146,3251,895,829,000107,933,00016,310,272