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 10, 2026 21:33izotoffizotoffScore: 4,336Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 21:334,335672,353,398624,274,00025,969,00016,949,248
2Mar 10, 2026 21:334,336675,171,801628,426,00021,979,00016,965,632
3Mar 10, 2026 21:334,344679,187,032624,552,00026,980,00016,986,112