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 27, 2026 23:22Victor MerckléVictor MerckléError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 23:22023,376,37606,100,0002,523,136pos 0: expected 105 got 1stderr
2Apr 27, 2026 23:22026,544,48806,116,0002,535,424pos 0: expected 119 got 1stderr
3Apr 27, 2026 23:22024,644,2431,042,0005,212,0002,531,328pos 0: expected 175 got 1stderr