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 listApr 21, 2026 01:30Taylor DettlingTaylor DettlingScore: 7,731Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 01:307,7011,179,642,9231,128,261,00026,982,00017,149,952
2Apr 21, 2026 01:307,7311,181,098,4061,132,726,00026,993,00017,174,528
3Apr 21, 2026 01:308,1071,248,811,9811,186,149,00029,978,00017,096,704