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 4, 2026 19:04olliecrowolliecrowScore: 10,533Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 19:0410,4111,590,472,5101,549,643,00011,981,00017,043,456
2Mar 4, 2026 19:0410,5331,610,153,2931,567,028,00012,975,00016,957,440
3Mar 4, 2026 19:0410,5871,620,048,0881,581,021,0006,986,00017,043,456