Parse integers Sergey Svistunov

Compute the sum of integers read from STDIN as fast as possible.

Input: 50 000 000 lines, each containing one integer in the range [0; 2147483647].

629871117
2024562523
1372689083
1021777120
2111176472

Output: The uint64 sum of all numbers, printed as a decimal string.

Note: Integer overflow is expected – use a 64-bit accumulator.

Back to listOct 30, 2025 06:51Anton SkvortsovAnton SkvortsovScore: 132,988Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 30, 2025 06:51132,9591,131,585,085871,653,000231,907,0002,285,568
2Oct 30, 2025 06:51132,9881,132,065,698871,055,000232,747,0002,285,568
3Oct 30, 2025 06:51133,1411,124,740,614871,270,000233,804,0002,486,272