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 listOct 9, 2023 02:54sliceteamsliceteamScore: 1,652,096Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 9, 2023 02:541,651,7004,209,879,8994,129,249,63602,179,072
2Oct 9, 2023 02:541,652,0964,169,894,6814,130,241,06802,183,168
3Oct 9, 2023 02:541,652,1924,204,636,5834,130,480,90602,187,264