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 listMay 5, 2026 17:42Hung T.NguyenHung T.NguyenError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 5, 2026 17:420447,433,626391,465,00037,782,0002,363,392pos 0: expected 102 got 48
2May 5, 2026 17:420446,184,501391,064,00037,977,0002,347,008pos 0: expected 108 got 48
3May 5, 2026 17:420441,771,164385,913,00037,046,0002,355,200pos 0: expected 77 got 48