Large integer multiplication Bernard Teo

Multiply two large unsigned integers as fast as possible.

Input

Exactly 500,000 bytes on STDIN: two unsigned integers encoded back-to-back, each 250,000 bytes, in little-endian byte order.

Output

Write exactly 500,000 bytes to STDOUT containing the product in little-endian byte order.

Back to listApr 30, 2026 19:06Victor MerckléVictor MerckléScore: 9,949Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2026 19:069,92141,124,58222,819,0001,984,0002,392,064
2Apr 30, 2026 19:069,92341,755,74118,855,0005,954,0002,396,160
3Apr 30, 2026 19:069,92747,854,86617,870,0006,949,0002,392,064
4Apr 30, 2026 19:069,93445,980,04819,663,0005,174,0002,383,872
5Apr 30, 2026 19:069,94944,788,51317,909,0006,964,0002,400,256
6Apr 30, 2026 19:069,95343,680,58018,911,0005,972,0002,400,256
7Apr 30, 2026 19:069,96340,189,38520,923,0003,985,0002,396,160
8Apr 30, 2026 19:069,96445,099,06719,930,0004,982,0002,379,776
9Apr 30, 2026 19:069,96740,410,80219,728,0005,191,0002,392,064