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 16, 2026 22:14Dominique GarmierDominique GarmierScore: 4,817Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 16, 2026 22:144,816755,177,676691,368,00030,971,00017,096,704
2Mar 16, 2026 22:144,817749,937,294688,598,00033,930,00017,047,552
3Mar 16, 2026 22:144,824750,249,900693,728,00029,945,00017,186,816