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 listAug 2, 2025 20:30Jack FrigaardJack FrigaardScore: 4,771Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 2, 2025 20:304,68460,564,49836,886,0001,993,0002,445,312
2Aug 2, 2025 20:304,69561,416,89036,973,0001,998,0002,285,568
3Aug 2, 2025 20:304,74762,549,67936,373,0003,031,0002,449,408
4Aug 2, 2025 20:304,77167,560,27038,586,0001,015,0002,519,040
5Aug 2, 2025 20:304,78069,746,46837,642,0002,034,0002,519,040
6Aug 2, 2025 20:304,79865,776,62736,837,0002,986,0002,273,280