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 listNov 18, 2025 14:10izotoffizotoffScore: 38,312Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 18, 2025 14:1038,3055,777,972,0715,632,906,000112,897,00017,178,624
2Nov 18, 2025 14:1038,3125,776,857,5595,630,904,000115,915,00017,022,976
3Nov 18, 2025 14:1038,3165,779,825,6715,636,551,000110,912,00017,035,264