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 3, 2023 16:19Sergey StreminSergey StreminScore: 1,073,272Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 3, 2023 16:191,072,8972,759,052,5422,682,243,37902,232,320
2Dec 3, 2023 16:191,073,2722,744,850,0052,683,179,66002,232,320
3Dec 3, 2023 16:191,073,6192,753,291,4072,684,046,90502,232,320