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 listDec 2, 2023 16:36Sergey StreminSergey StreminScore: 1,078,997Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 2, 2023 16:361,078,7752,760,784,8482,696,936,54802,232,320
2Dec 2, 2023 16:361,078,9972,752,399,5572,697,492,82802,228,224
3Dec 2, 2023 16:361,079,5372,777,460,8902,698,842,49702,273,280