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 12:13Sergey StreminSergey StreminScore: 1,073,548Success
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 12:131,072,9052,733,215,5832,682,262,52402,215,936
2Dec 3, 2023 12:131,073,5482,750,662,2462,683,869,21002,215,936
3Dec 3, 2023 12:131,073,5992,744,696,1532,683,996,44502,224,128