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 24, 2023 20:09Kenneth MaplesKenneth MaplesScore: 302,269Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 24, 2023 20:09302,142813,573,869755,354,58002,195,456
2Dec 24, 2023 20:09302,269818,779,521755,673,50502,187,264
3Dec 24, 2023 20:09302,345821,094,407755,862,24202,199,552