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 20, 2025 00:49izotoffizotoffScore: 53,124Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2025 00:4952,6247,933,193,9927,840,730,00052,896,00017,149,952
2Nov 20, 2025 00:4953,1248,004,340,3967,931,709,00036,947,00017,190,912
3Nov 20, 2025 00:4953,4668,057,838,7627,986,900,00032,954,00017,047,552